#2C336A

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

Shades of Deep Koamaru #2C336A

Tints of Deep Koamaru #2C336A

Color information

#2C336A (or 0x2C336A) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 33 and 6A. RGB value is (44,51,106). Sum of RGB (Red+Green+Blue) = 44+51+106=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #2C336A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C336A is #D3CC95. Grayscale: #363636. Windows color (decimal): -13880470 or 6959916. OLE color: 6959916.

HSL color Cylindrical-coordinate representation of color #2C336A: hue angle of 233.23º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C336A is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4451106-
CMYK0.580.5200.58
HSL233.23º41.33%29.41%-
HSV(B)233.23º58.49%41.57%-
XYZ4.823.9414.14-
YUV55.18156.68120.03-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.89%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 106 (41.80% from 255) = 52.74%
R=21.89%
G=25.37%
B=52.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44511060.580.5200.58233.2341.3329.41
Hex2C336A3A3403Ae9291d
Octal546315272640723515135
Binary101100110011110101011101011010001110101110100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,51,106); }

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

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

 a { background-color: rgb(44,51,106); }

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

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

 span { border-color: rgb(44,51,106); }

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