#242D6B

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

Shades of Deep Koamaru #242D6B

Tints of Deep Koamaru #242D6B

Color information

#242D6B (or 0x242D6B) is unknown color: approx Deep Koamaru. HEX triplet: 24, 2D and 6B. RGB value is (36,45,107). Sum of RGB (Red+Green+Blue) = 36+45+107=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #242D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242D6B is #DBD294. Grayscale: #313131. Windows color (decimal): -14406293 or 7023908. OLE color: 7023908.

HSL color Cylindrical-coordinate representation of color #242D6B: hue angle of 232.39º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #242D6B is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3645107-
CMYK0.660.5800.58
HSL232.39º49.65%28.04%-
HSV(B)232.39º66.36%41.96%-
XYZ4.323.3114.32-
YUV49.38160.52118.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.15%
GREEN value IS 45 (17.97% from 255) = 23.94%
BLUE value IS 107 (42.19% from 255) = 56.91%
R=19.15%
G=23.94%
B=56.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36451070.660.5800.58232.3949.6528.04
Hex242D6B423A03Ae8321c
Octal4455153102720723506234
Binary1001001011011101011100001011101001110101110100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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