#2C3066

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

Shades of Deep Koamaru #2C3066

Tints of Deep Koamaru #2C3066

Color information

#2C3066 (or 0x2C3066) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 30 and 66. RGB value is (44,48,102). Sum of RGB (Red+Green+Blue) = 44+48+102=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C3066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3066 is #D3CF99. Grayscale: #343434. Windows color (decimal): -13881242 or 6697004. OLE color: 6697004.

HSL color Cylindrical-coordinate representation of color #2C3066: hue angle of 235.86º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C3066 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4448102-
CMYK0.570.5300.6
HSL235.86º39.73%28.63%-
HSV(B)235.86º56.86%40%-
XYZ4.493.6113.03-
YUV52.96155.67121.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.68%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 102 (40.23% from 255) = 52.58%
R=22.68%
G=24.74%
B=52.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal44481020.570.5300.6235.8639.7328.63
Hex2C3066393503Cec281d
Octal546014671650743545035
Binary101100110000110011011100111010101111001110110010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,48,102); }

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

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

 a { background-color: rgb(44,48,102); }

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

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

 span { border-color: rgb(44,48,102); }

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