Html Css Color HEX #352E71 Deep Koamaru

📋 copy color: '#352E71'

red 53 ◦ green 46 ◦ blue 113

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

Shades of Deep Koamaru #352E71

Tints of Deep Koamaru #352E71

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.7%

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

R = 25%
G = 21.7%
B = 53.3%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 53 46 113 -
CMYK 0.53 0.59 0 0.56
HSL 246.27º 0.42% 0.31% -
HSV(B) 246.27º 0.59% 0.44% -
XYZ 5.43 3.9 16.09 -
YUV 55.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 53 46 113 0.53 0.59 0 0.56 246.27 0.42 0.31
Hex 35 2E 71 35 3B 0 38 F6 2A 1F
Octal 65 56 161 65 73 0 70 366 52 37
Binary 110101 101110 1110001 110101 111011 0 111000 11110110 101010 11111

Color Harmonies of #352E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E71

Black with #352E71

Text Example


Text Example

White with #352E71

Text Example


Text Example

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