#242B68

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

Shades of Deep Koamaru #242B68

Tints of Deep Koamaru #242B68

Color information

#242B68 (or 0x242B68) is unknown color: approx Deep Koamaru. HEX triplet: 24, 2B and 68. RGB value is (36,43,104). Sum of RGB (Red+Green+Blue) = 36+43+104=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #242B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B68 is #DBD497. Grayscale: #2F2F2F. Windows color (decimal): -14406808 or 6826788. OLE color: 6826788.

HSL color Cylindrical-coordinate representation of color #242B68: hue angle of 233.82º 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 #242B68 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3643104-
CMYK0.650.5900.59
HSL233.82º48.57%27.45%-
HSV(B)233.82º65.38%40.78%-
XYZ4.093.113.48-
YUV47.86159.68119.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.67%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 104 (41.02% from 255) = 56.83%
R=19.67%
G=23.50%
B=56.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36431040.650.5900.59233.8248.5727.45
Hex242B68413B03Bea311b
Octal4453150101730733526133
Binary1001001010111101000100000111101101110111110101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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