#352E70

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

Shades of Deep Koamaru #352E70

Tints of Deep Koamaru #352E70

Color information

#352E70 (or 0x352E70) is unknown color: approx Deep Koamaru. HEX triplet: 35, 2E and 70. RGB value is (53,46,112). Sum of RGB (Red+Green+Blue) = 53+46+112=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #352E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E70 is #CAD18F. Grayscale: #373737. Windows color (decimal): -13291920 or 7351861. OLE color: 7351861.

HSL color Cylindrical-coordinate representation of color #352E70: hue angle of 246.36º 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 #352E70 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5346112-
CMYK0.530.5900.56
HSL246.36º41.77%30.98%-
HSV(B)246.36º58.93%43.92%-
XYZ5.373.8815.8-
YUV55.62159.82126.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 46 (18.36% from 255) = 21.80%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=25.12%
G=21.80%
B=53.08%

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
Decimal53461120.530.5900.56246.3641.7730.98
Hex352E70353B038f62a1f
Octal655616065730703665237
Binary110101101110111000011010111101101110001111011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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