#352E71

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

Shades of Deep Koamaru #352E71

Tints of Deep Koamaru #352E71

Color information

#352E71 (or 0x352E71) is unknown color: approx Deep Koamaru. HEX triplet: 35, 2E and 71. RGB value is (53,46,113). Sum of RGB (Red+Green+Blue) = 53+46+113=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #352E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E71 is #CAD18E. Grayscale: #373737. Windows color (decimal): -13291919 or 7417397. OLE color: 7417397.

HSL color Cylindrical-coordinate representation of color #352E71: hue angle of 246.27º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #352E71 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5346113-
CMYK0.530.5900.56
HSL246.27º42.14%31.18%-
HSV(B)246.27º59.29%44.31%-
XYZ5.433.916.09-
YUV55.73160.32126.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 46 (18.36% from 255) = 21.70%
BLUE value IS 113 (44.53% from 255) = 53.30%
R=25%
G=21.70%
B=53.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53461130.530.5900.56246.2742.1431.18
Hex352E71353B038f62a1f
Octal655616165730703665237
Binary110101101110111000111010111101101110001111011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352E71; }

 p { color: rgb(53,46,113); }

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

<style>
 a { background-color: #352E71; }

 a { background-color: rgb(53,46,113); }

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

<style>
 span { border-color: #352E71; }

 span { border-color: rgb(53,46,113); }

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