#34366C

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

Shades of Deep Koamaru #34366C

Tints of Deep Koamaru #34366C

Color information

#34366C (or 0x34366C) is unknown color: approx Deep Koamaru. HEX triplet: 34, 36 and 6C. RGB value is (52,54,108). Sum of RGB (Red+Green+Blue) = 52+54+108=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #34366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34366C is #CBC993. Grayscale: #3B3B3B. Windows color (decimal): -13355412 or 7091764. OLE color: 7091764.

HSL color Cylindrical-coordinate representation of color #34366C: hue angle of 237.86º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34366C is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5254108-
CMYK0.520.5000.58
HSL237.86º35%31.37%-
HSV(B)237.86º51.85%42.35%-
XYZ5.444.4514.76-
YUV59.56155.34122.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 108 (42.58% from 255) = 50.47%
R=24.30%
G=25.23%
B=50.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52541080.520.5000.58237.863531.37
Hex34366C343203Aee231f
Octal646615464620723564337
Binary110100110110110110011010011001001110101110111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34366C; }

 p { color: rgb(52,54,108); }

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

<style>
 a { background-color: #34366C; }

 a { background-color: rgb(52,54,108); }

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

<style>
 span { border-color: #34366C; }

 span { border-color: rgb(52,54,108); }

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