#34356C

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

Shades of Deep Koamaru #34356C

Tints of Deep Koamaru #34356C

Color information

#34356C (or 0x34356C) is unknown color: approx Deep Koamaru. HEX triplet: 34, 35 and 6C. RGB value is (52,53,108). Sum of RGB (Red+Green+Blue) = 52+53+108=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #34356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34356C is #CBCA93. Grayscale: #3A3A3A. Windows color (decimal): -13355668 or 7091508. OLE color: 7091508.

HSL color Cylindrical-coordinate representation of color #34356C: hue angle of 238.93º 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 #34356C is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5253108-
CMYK0.520.5100.58
HSL238.93º35%31.37%-
HSV(B)238.93º51.85%42.35%-
XYZ5.44.3614.74-
YUV58.97155.67123.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 108 (42.58% from 255) = 50.70%
R=24.41%
G=24.88%
B=50.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52531080.520.5100.58238.933531.37
Hex34356C343303Aef231f
Octal646515464630723574337
Binary110100110101110110011010011001101110101110111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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