#352F70

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

Shades of Deep Koamaru #352F70

Tints of Deep Koamaru #352F70

Color information

#352F70 (or 0x352F70) is unknown color: approx Deep Koamaru. HEX triplet: 35, 2F and 70. RGB value is (53,47,112). Sum of RGB (Red+Green+Blue) = 53+47+112=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #352F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F70 is #CAD08F. Grayscale: #373737. Windows color (decimal): -13291664 or 7352117. OLE color: 7352117.

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

Color convert

RGB5347112-
CMYK0.530.5800.56
HSL245.54º40.88%31.18%-
HSV(B)245.54º58.04%43.92%-
XYZ5.413.9615.81-
YUV56.2159.49125.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=25%
G=22.17%
B=52.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53471120.530.5800.56245.5440.8831.18
Hex352F70353A038f6291f
Octal655716065720703665137
Binary110101101111111000011010111101001110001111011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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