Html Css Color HEX #352F70 Deep Koamaru

📋 copy color: '#352F70'

red 53 ◦ green 47 ◦ blue 112

#352F70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #352F70

Tints of Deep Koamaru #352F70

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 value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#352F70 (or 0x352F70) is known color: 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

RGB 53 47 112 -
CMYK 0.53 0.58 0 0.56
HSL 245.54º 0.41% 0.31% -
HSV(B) 245.54º 0.58% 0.44% -
XYZ 5.41 3.96 15.81 -
YUV 56.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 53 47 112 0.53 0.58 0 0.56 245.54 0.41 0.31
Hex 35 2F 70 35 3A 0 38 F6 29 1F
Octal 65 57 160 65 72 0 70 366 51 37
Binary 110101 101111 1110000 110101 111010 0 111000 11110110 101001 11111

Color Harmonies of #352F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F70

Black with #352F70

Text Example


Text Example

White with #352F70

Text Example


Text Example

HTML Codes & Css Web 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>