#242A6C

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

Shades of Deep Koamaru #242A6C

Tints of Deep Koamaru #242A6C

Color information

#242A6C (or 0x242A6C) is unknown color: approx Deep Koamaru. HEX triplet: 24, 2A and 6C. RGB value is (36,42,108). Sum of RGB (Red+Green+Blue) = 36+42+108=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #242A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242A6C is #DBD593. Grayscale: #2F2F2F. Windows color (decimal): -14407060 or 7088676. OLE color: 7088676.

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

Color convert

RGB3642108-
CMYK0.670.6100.58
HSL235º50%28.24%-
HSV(B)235º66.67%42.35%-
XYZ4.263.1114.56-
YUV47.73162.01119.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 42 (16.80% from 255) = 22.58%
BLUE value IS 108 (42.58% from 255) = 58.06%
R=19.35%
G=22.58%
B=58.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36421080.670.6100.582355028.24
Hex242A6C433D03Aeb321c
Octal4452154103750723536234
Binary1001001010101101100100001111110101110101110101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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