#242B6C

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

Shades of Deep Koamaru #242B6C

Tints of Deep Koamaru #242B6C

Color information

#242B6C (or 0x242B6C) is unknown color: approx Deep Koamaru. HEX triplet: 24, 2B and 6C. RGB value is (36,43,108). Sum of RGB (Red+Green+Blue) = 36+43+108=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #242B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B6C is #DBD493. Grayscale: #303030. Windows color (decimal): -14406804 or 7088932. OLE color: 7088932.

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

Color convert

RGB3643108-
CMYK0.670.6000.58
HSL234.17º50%28.24%-
HSV(B)234.17º66.67%42.35%-
XYZ4.33.1914.58-
YUV48.32161.68119.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.25%
GREEN value IS 43 (17.19% from 255) = 22.99%
BLUE value IS 108 (42.58% from 255) = 57.75%
R=19.25%
G=22.99%
B=57.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36431080.670.6000.58234.175028.24
Hex242B6C433C03Aea321c
Octal4453154103740723526234
Binary1001001010111101100100001111110001110101110101011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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