#242A68

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

Shades of Deep Koamaru #242A68

Tints of Deep Koamaru #242A68

Color information

#242A68 (or 0x242A68) is unknown color: approx Deep Koamaru. HEX triplet: 24, 2A and 68. RGB value is (36,42,104). Sum of RGB (Red+Green+Blue) = 36+42+104=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #242A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242A68 is #DBD597. Grayscale: #2F2F2F. Windows color (decimal): -14407064 or 6826532. OLE color: 6826532.

HSL color Cylindrical-coordinate representation of color #242A68: hue angle of 234.71º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #242A68 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3642104-
CMYK0.650.6000.59
HSL234.71º48.57%27.45%-
HSV(B)234.71º65.38%40.78%-
XYZ4.053.0313.47-
YUV47.27160.01119.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.78%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 104 (41.02% from 255) = 57.14%
R=19.78%
G=23.08%
B=57.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36421040.650.6000.59234.7148.5727.45
Hex242A68413C03Beb311b
Octal4452150101740733536133
Binary1001001010101101000100000111110001110111110101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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