Html Css Color HEX #352884 Windsor

📋 copy color: '#352884'

red 53 ◦ green 40 ◦ blue 132

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

Shades of Windsor #352884

Tints of Windsor #352884

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

 BLUE value IS 132 (51.95% from 255) = 58.67%

R = 23.56%
G = 17.78%
B = 58.67%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#352884 (or 0x352884) is known color: Windsor. HEX triplet: 35, 28 and 84. RGB value is (53,40,132). Sum of RGB (Red+Green+Blue) = 53+40+132=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #352884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352884 is #CAD77B. Grayscale: #363636. Windows color (decimal): -13293436 or 8661045. OLE color: 8661045.

HSL color Cylindrical-coordinate representation of color #352884: hue angle of 248.48º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352884 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 40 132 -
CMYK 0.60 0.70 0 0.48
HSL 248.48º 0.53% 0.34% -
HSV(B) 248.48º 0.7% 0.52% -
XYZ 6.39 3.94 22.25 -
YUV 54.38 171.81 127.02 -
System Red Green Blue C M Y K H S L
Decimal 53 40 132 0.60 0.70 0 0.48 248.48 0.53 0.34
Hex 35 28 84 3C 46 0 30 F8 35 22
Octal 65 50 204 74 106 0 60 370 65 42
Binary 110101 101000 10000100 111100 1000110 0 110000 11111000 110101 100010

Color Harmonies of #352884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352884

Black with #352884

Text Example


Text Example

White with #352884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352884; }

 p { color: rgb(53,40,132); }

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

background-color css

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

 a { background-color: rgb(53,40,132); }

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

border-color css

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

 span { border-color: rgb(53,40,132); }

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