#34356D

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

Shades of Deep Koamaru #34356D

Tints of Deep Koamaru #34356D

Color information

#34356D (or 0x34356D) is unknown color: approx Deep Koamaru. HEX triplet: 34, 35 and 6D. RGB value is (52,53,109). Sum of RGB (Red+Green+Blue) = 52+53+109=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #34356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34356D is #CBCA92. Grayscale: #3A3A3A. Windows color (decimal): -13355667 or 7157044. OLE color: 7157044.

HSL color Cylindrical-coordinate representation of color #34356D: hue angle of 238.95º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34356D is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5253109-
CMYK0.520.5100.57
HSL238.95º35.4%31.57%-
HSV(B)238.95º52.29%42.75%-
XYZ5.454.3815.03-
YUV59.08156.17122.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=24.30%
G=24.77%
B=50.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52531090.520.5100.57238.9535.431.57
Hex34356D3433039ef2320
Octal646515564630713574340
Binary1101001101011101101110100110011011100111101111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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