#2C2F60

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

Shades of Deep Koamaru #2C2F60

Tints of Deep Koamaru #2C2F60

Color information

#2C2F60 (or 0x2C2F60) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 2F and 60. RGB value is (44,47,96). Sum of RGB (Red+Green+Blue) = 44+47+96=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #2C2F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2F60 is #D3D09F. Grayscale: #333333. Windows color (decimal): -13881504 or 6303532. OLE color: 6303532.

HSL color Cylindrical-coordinate representation of color #2C2F60: hue angle of 236.54º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C2F60 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB444796-
CMYK0.540.5100.62
HSL236.54º37.14%27.45%-
HSV(B)236.54º54.17%37.65%-
XYZ4.173.4111.51-
YUV51.69153.01122.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.53%
GREEN value IS 47 (18.75% from 255) = 25.13%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=23.53%
G=25.13%
B=51.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4447960.540.5100.62236.5437.1427.45
Hex2C2F60363303Eed251b
Octal545714066630763554533
Binary101100101111110000011011011001101111101110110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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