#242D68

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

Shades of Deep Koamaru #242D68

Tints of Deep Koamaru #242D68

Color information

#242D68 (or 0x242D68) is unknown color: approx Deep Koamaru. HEX triplet: 24, 2D and 68. RGB value is (36,45,104). Sum of RGB (Red+Green+Blue) = 36+45+104=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #242D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242D68 is #DBD297. Grayscale: #303030. Windows color (decimal): -14406296 or 6827300. OLE color: 6827300.

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

Color convert

RGB3645104-
CMYK0.650.5700.59
HSL232.06º48.57%27.45%-
HSV(B)232.06º65.38%40.78%-
XYZ4.163.2513.5-
YUV49.04159.02118.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.46%
GREEN value IS 45 (17.97% from 255) = 24.32%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=19.46%
G=24.32%
B=56.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36451040.650.5700.59232.0648.5727.45
Hex242D68413903Be8311b
Octal4455150101710733506133
Binary1001001011011101000100000111100101110111110100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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