Html Css Color HEX #352E76 Deep Koamaru

📋 copy color: '#352E76'

red 53 ◦ green 46 ◦ blue 118

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

Shades of Deep Koamaru #352E76

Tints of Deep Koamaru #352E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 54.38%

R = 24.42%
G = 21.2%
B = 54.38%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#352E76 (or 0x352E76) is known color: Deep Koamaru. HEX triplet: 35, 2E and 76. RGB value is (53,46,118). Sum of RGB (Red+Green+Blue) = 53+46+118=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #352E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E76 is #CAD189. Grayscale: #383838. Windows color (decimal): -13291914 or 7745077. OLE color: 7745077.

HSL color Cylindrical-coordinate representation of color #352E76: hue angle of 245.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #352E76 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 46 118 -
CMYK 0.55 0.61 0 0.54
HSL 245.83º 0.44% 0.32% -
HSV(B) 245.83º 0.61% 0.46% -
XYZ 5.72 4.02 17.61 -
YUV 56.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 53 46 118 0.55 0.61 0 0.54 245.83 0.44 0.32
Hex 35 2E 76 37 3D 0 36 F6 2C 20
Octal 65 56 166 67 75 0 66 366 54 40
Binary 110101 101110 1110110 110111 111101 0 110110 11110110 101100 100000

Color Harmonies of #352E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E76

Black with #352E76

Text Example


Text Example

White with #352E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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