#34376F

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

Shades of Deep Koamaru #34376F

Tints of Deep Koamaru #34376F

Color information

#34376F (or 0x34376F) is unknown color: approx Deep Koamaru. HEX triplet: 34, 37 and 6F. RGB value is (52,55,111). Sum of RGB (Red+Green+Blue) = 52+55+111=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #34376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34376F is #CBC890. Grayscale: #3C3C3C. Windows color (decimal): -13355153 or 7288628. OLE color: 7288628.

HSL color Cylindrical-coordinate representation of color #34376F: hue angle of 236.95º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34376F is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5255111-
CMYK0.530.5000.56
HSL236.95º36.2%31.96%-
HSV(B)236.95º53.15%43.53%-
XYZ5.654.6115.63-
YUV60.49156.51121.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 111 (43.75% from 255) = 50.92%
R=23.85%
G=25.23%
B=50.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52551110.530.5000.56236.9536.231.96
Hex34376F3532038ed2420
Octal646715765620703554440
Binary1101001101111101111110101110010011100011101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34376F; }

 p { color: rgb(52,55,111); }

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

<style>
 a { background-color: #34376F; }

 a { background-color: rgb(52,55,111); }

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

<style>
 span { border-color: #34376F; }

 span { border-color: rgb(52,55,111); }

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