#2C2D60

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

Shades of Deep Koamaru #2C2D60

Tints of Deep Koamaru #2C2D60

Color information

#2C2D60 (or 0x2C2D60) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 2D and 60. RGB value is (44,45,96). Sum of RGB (Red+Green+Blue) = 44+45+96=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #2C2D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2D60 is #D3D29F. Grayscale: #323232. Windows color (decimal): -13882016 or 6303020. OLE color: 6303020.

HSL color Cylindrical-coordinate representation of color #2C2D60: hue angle of 238.85º 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 #2C2D60 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB444596-
CMYK0.540.5300.62
HSL238.85º37.14%27.45%-
HSV(B)238.85º54.17%37.65%-
XYZ4.093.2611.48-
YUV50.52153.67123.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.78%
GREEN value IS 45 (17.97% from 255) = 24.32%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=23.78%
G=24.32%
B=51.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4445960.540.5300.62238.8537.1427.45
Hex2C2D60363503Eef251b
Octal545514066650763574533
Binary101100101101110000011011011010101111101110111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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