Html Css Color HEX #352F71 Deep Koamaru

📋 copy color: '#352F71'

red 53 ◦ green 47 ◦ blue 113

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

Shades of Deep Koamaru #352F71

Tints of Deep Koamaru #352F71

RGB

 RED value IS 53 (21.09% from 255) = 24.88%

 GREEN value IS 47 (18.75% from 255) = 22.07%

 BLUE value IS 113 (44.53% from 255) = 53.05%

R = 24.88%
G = 22.07%
B = 53.05%

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

#352F71 (or 0x352F71) is known color: Deep Koamaru. HEX triplet: 35, 2F and 71. RGB value is (53,47,113). Sum of RGB (Red+Green+Blue) = 53+47+113=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #352F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F71 is #CAD08E. Grayscale: #383838. Windows color (decimal): -13291663 or 7417653. OLE color: 7417653.

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

Color convert

RGB 53 47 113 -
CMYK 0.53 0.58 0 0.56
HSL 245.45º 0.41% 0.31% -
HSV(B) 245.45º 0.58% 0.44% -
XYZ 5.47 3.98 16.1 -
YUV 56.32 159.99 125.63 -
System Red Green Blue C M Y K H S L
Decimal 53 47 113 0.53 0.58 0 0.56 245.45 0.41 0.31
Hex 35 2F 71 35 3A 0 38 F5 29 1F
Octal 65 57 161 65 72 0 70 365 51 37
Binary 110101 101111 1110001 110101 111010 0 111000 11110101 101001 11111

Color Harmonies of #352F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F71

Black with #352F71

Text Example


Text Example

White with #352F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #352F71;
 }
 .AnyTagClassName
 {
   color: #352F71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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