#2C2F74

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

Shades of Deep Koamaru #2C2F74

Tints of Deep Koamaru #2C2F74

Color information

#2C2F74 (or 0x2C2F74) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 2F and 74. RGB value is (44,47,116). Sum of RGB (Red+Green+Blue) = 44+47+116=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #2C2F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2F74 is #D3D08B. Grayscale: #353535. Windows color (decimal): -13881484 or 7614252. OLE color: 7614252.

HSL color Cylindrical-coordinate representation of color #2C2F74: hue angle of 237.5º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C2F74 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4447116-
CMYK0.620.5900.55
HSL237.5º45%31.37%-
HSV(B)237.5º62.07%45.49%-
XYZ5.213.8316.99-
YUV53.97163.01120.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.26%
GREEN value IS 47 (18.75% from 255) = 22.71%
BLUE value IS 116 (45.70% from 255) = 56.04%
R=21.26%
G=22.71%
B=56.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44471160.620.5900.55237.54531.37
Hex2C2F743E3B037ee2d1f
Octal545716476730673565537
Binary101100101111111010011111011101101101111110111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C2F74; }

 p { color: rgb(44,47,116); }

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

<style>
 a { background-color: #2C2F74; }

 a { background-color: rgb(44,47,116); }

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

<style>
 span { border-color: #2C2F74; }

 span { border-color: rgb(44,47,116); }

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