#242D6E

Color #242D6E Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #242D6E

Tints of Deep Koamaru #242D6E

Color information

#242D6E (or 0x242D6E) is unknown color: approx Deep Koamaru. HEX triplet: 24, 2D and 6E. RGB value is (36,45,110). Sum of RGB (Red+Green+Blue) = 36+45+110=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #242D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242D6E is #DBD291. Grayscale: #313131. Windows color (decimal): -14406290 or 7220516. OLE color: 7220516.

HSL color Cylindrical-coordinate representation of color #242D6E: hue angle of 232.7º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #242D6E is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3645110-
CMYK0.670.5900.57
HSL232.7º50.68%28.63%-
HSV(B)232.7º67.27%43.14%-
XYZ4.483.3815.17-
YUV49.72162.02118.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.85%
GREEN value IS 45 (17.97% from 255) = 23.56%
BLUE value IS 110 (43.36% from 255) = 57.59%
R=18.85%
G=23.56%
B=57.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal36451100.670.5900.57232.750.6828.63
Hex242D6E433B039e9331d
Octal4455156103730713516335
Binary1001001011011101110100001111101101110011110100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242D6E; }

 p { color: rgb(36,45,110); }

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

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

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

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

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

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

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