Html Css Color HEX #35287F Windsor

📋 copy color: '#35287F'

red 53 ◦ green 40 ◦ blue 127

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

Shades of Windsor #35287F

Tints of Windsor #35287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 57.73%

R = 24.09%
G = 18.18%
B = 57.73%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#35287F (or 0x35287F) is known color: Windsor. HEX triplet: 35, 28 and 7F. RGB value is (53,40,127). Sum of RGB (Red+Green+Blue) = 53+40+127=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #35287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35287F is #CAD780. Grayscale: #353535. Windows color (decimal): -13293441 or 8333365. OLE color: 8333365.

HSL color Cylindrical-coordinate representation of color #35287F: hue angle of 248.97º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35287F is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 40 127 -
CMYK 0.58 0.69 0 0.50
HSL 248.97º 0.52% 0.33% -
HSV(B) 248.97º 0.69% 0.5% -
XYZ 6.06 3.81 20.49 -
YUV 53.81 169.31 127.43 -
System Red Green Blue C M Y K H S L
Decimal 53 40 127 0.58 0.69 0 0.50 248.97 0.52 0.33
Hex 35 28 7F 3A 45 0 32 F9 34 21
Octal 65 50 177 72 105 0 62 371 64 41
Binary 110101 101000 1111111 111010 1000101 0 110010 11111001 110100 100001

Color Harmonies of #35287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35287F

Black with #35287F

Text Example


Text Example

White with #35287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35287F; }

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

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

background-color css

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

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

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

border-color css

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

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

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