#242453

Color #242453 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #242453

Tints of Paua #242453

Color information

#242453 (or 0x242453) is unknown color: approx Paua. HEX triplet: 24, 24 and 53. RGB value is (36,36,83). Sum of RGB (Red+Green+Blue) = 36+36+83=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #242453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242453 is #DBDBAC. Grayscale: #292929. Windows color (decimal): -14408621 or 5448740. OLE color: 5448740.

HSL color Cylindrical-coordinate representation of color #242453: hue angle of 240º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #242453 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB363683-
CMYK0.570.5700.67
HSL240º39.5%23.33%-
HSV(B)240º56.63%32.55%-
XYZ2.922.268.47-
YUV41.36151.5124.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 23.23%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 83 (32.81% from 255) = 53.55%
R=23.23%
G=23.23%
B=53.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3636830.570.5700.6724039.523.33
Hex2424533939043f02717
Octal4444123717101033604727
Binary1001001001001010011111001111001010000111111000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242453; }

 p { color: rgb(36,36,83); }

 H1.HeaderClassName
 {
   color: #242453;
 }
 .AnyTagClassName
 {
   color: #242453;
 }
</style>
background-color css

<style>
 a { background-color: #242453; }

 a { background-color: rgb(36,36,83); }

 div.DivClassName
 {
   background-color: #242453;
 }
 .BgClassName
 {
   background-color: #242453;
 }
</style>
border-color css

<style>
 span { border-color: #242453; }

 span { border-color: rgb(36,36,83); }

 td.TdClassName
 {
   border-color: #242453;
 }
 .TagClassName
 {
   border-color: #242453;
 }
</style>