#242D6C

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

Shades of Deep Koamaru #242D6C

Tints of Deep Koamaru #242D6C

Color information

#242D6C (or 0x242D6C) is unknown color: approx Deep Koamaru. HEX triplet: 24, 2D and 6C. RGB value is (36,45,108). Sum of RGB (Red+Green+Blue) = 36+45+108=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #242D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242D6C is #DBD293. Grayscale: #313131. Windows color (decimal): -14406292 or 7089444. OLE color: 7089444.

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

Color convert

RGB3645108-
CMYK0.670.5800.58
HSL232.5º50%28.24%-
HSV(B)232.5º66.67%42.35%-
XYZ4.373.3314.6-
YUV49.49161.02118.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.05%
GREEN value IS 45 (17.97% from 255) = 23.81%
BLUE value IS 108 (42.58% from 255) = 57.14%
R=19.05%
G=23.81%
B=57.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36451080.670.5800.58232.55028.24
Hex242D6C433A03Ae8321c
Octal4455154103720723506234
Binary1001001011011101100100001111101001110101110100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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