#242C72

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

Shades of Deep Koamaru #242C72

Tints of Deep Koamaru #242C72

Color information

#242C72 (or 0x242C72) is unknown color: approx Deep Koamaru. HEX triplet: 24, 2C and 72. RGB value is (36,44,114). Sum of RGB (Red+Green+Blue) = 36+44+114=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #242C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242C72 is #DBD38D. Grayscale: #313131. Windows color (decimal): -14406542 or 7482404. OLE color: 7482404.

HSL color Cylindrical-coordinate representation of color #242C72: hue angle of 233.85º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #242C72 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3644114-
CMYK0.680.6100.55
HSL233.85º52%29.41%-
HSV(B)233.85º68.42%44.71%-
XYZ4.673.3916.33-
YUV49.59164.35118.31-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.56%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 114 (44.92% from 255) = 58.76%
R=18.56%
G=22.68%
B=58.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36441140.680.6100.55233.855229.41
Hex242C72443D037ea341d
Octal4454162104750673526435
Binary1001001011001110010100010011110101101111110101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,44,114); }

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

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

 a { background-color: rgb(36,44,114); }

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

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

 span { border-color: rgb(36,44,114); }

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