#2C3468

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

Shades of Deep Koamaru #2C3468

Tints of Deep Koamaru #2C3468

Color information

#2C3468 (or 0x2C3468) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 34 and 68. RGB value is (44,52,104). Sum of RGB (Red+Green+Blue) = 44+52+104=200 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C3468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3468 is #D3CB97. Grayscale: #373737. Windows color (decimal): -13880216 or 6829100. OLE color: 6829100.

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

Color convert

RGB4452104-
CMYK0.580.5000.59
HSL232º40.54%29.02%-
HSV(B)232º57.69%40.78%-
XYZ4.773.9913.62-
YUV55.54155.35119.77-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 104 (41.02% from 255) = 52%
R=22%
G=26%
B=52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44521040.580.5000.5923240.5429.02
Hex2C34683A3203Be8291d
Octal546415072620733505135
Binary101100110100110100011101011001001110111110100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,52,104); }

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

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

 a { background-color: rgb(44,52,104); }

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

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

 span { border-color: rgb(44,52,104); }

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