#2C306D

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

Shades of Deep Koamaru #2C306D

Tints of Deep Koamaru #2C306D

Color information

#2C306D (or 0x2C306D) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 30 and 6D. RGB value is (44,48,109). Sum of RGB (Red+Green+Blue) = 44+48+109=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C306D is #D3CF92. Grayscale: #353535. Windows color (decimal): -13881235 or 7155756. OLE color: 7155756.

HSL color Cylindrical-coordinate representation of color #2C306D: hue angle of 236.31º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C306D is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4448109-
CMYK0.600.5600.57
HSL236.31º42.48%30%-
HSV(B)236.31º59.63%42.75%-
XYZ4.863.7514.94-
YUV53.76159.17121.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.89%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 109 (42.97% from 255) = 54.23%
R=21.89%
G=23.88%
B=54.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44481090.600.5600.57236.3142.4830
Hex2C306D3C38039ec2a1e
Octal546015574700713545236
Binary101100110000110110111110011100001110011110110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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