#242E6B

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

Shades of Deep Koamaru #242E6B

Tints of Deep Koamaru #242E6B

Color information

#242E6B (or 0x242E6B) is unknown color: approx Deep Koamaru. HEX triplet: 24, 2E and 6B. RGB value is (36,46,107). Sum of RGB (Red+Green+Blue) = 36+46+107=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #242E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E6B is #DBD194. Grayscale: #313131. Windows color (decimal): -14406037 or 7024164. OLE color: 7024164.

HSL color Cylindrical-coordinate representation of color #242E6B: hue angle of 231.55º 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 #242E6B is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3646107-
CMYK0.660.5700.58
HSL231.55º49.65%28.04%-
HSV(B)231.55º66.36%41.96%-
XYZ4.363.3914.33-
YUV49.96160.19118.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.05%
GREEN value IS 46 (18.36% from 255) = 24.34%
BLUE value IS 107 (42.19% from 255) = 56.61%
R=19.05%
G=24.34%
B=56.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36461070.660.5700.58231.5549.6528.04
Hex242E6B423903Ae8321c
Octal4456153102710723506234
Binary1001001011101101011100001011100101110101110100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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