Html Css Color HEX #35297E Windsor

📋 copy color: '#35297E'

red 53 ◦ green 41 ◦ blue 126

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

Shades of Windsor #35297E

Tints of Windsor #35297E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

 BLUE value IS 126 (49.61% from 255) = 57.27%

R = 24.09%
G = 18.64%
B = 57.27%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35297E (or 0x35297E) is known color: Windsor. HEX triplet: 35, 29 and 7E. RGB value is (53,41,126). Sum of RGB (Red+Green+Blue) = 53+41+126=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 126 (49.61% from 255 or 57.27% from 220); Max value from RGB is 126 - color contains mainly: blue. Hex color #35297E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35297E is #CAD681. Grayscale: #353535. Windows color (decimal): -13293186 or 8268085. OLE color: 8268085.

HSL color Cylindrical-coordinate representation of color #35297E: hue angle of 248.47º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35297E is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 41 126 -
CMYK 0.58 0.67 0 0.51
HSL 248.47º 0.51% 0.33% -
HSV(B) 248.47º 0.67% 0.49% -
XYZ 6.03 3.85 20.16 -
YUV 54.28 168.48 127.09 -
System Red Green Blue C M Y K H S L
Decimal 53 41 126 0.58 0.67 0 0.51 248.47 0.51 0.33
Hex 35 29 7E 3A 43 0 33 F8 33 21
Octal 65 51 176 72 103 0 63 370 63 41
Binary 110101 101001 1111110 111010 1000011 0 110011 11111000 110011 100001

Color Harmonies of #35297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35297E

Black with #35297E

Text Example


Text Example

White with #35297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35297E; }

 p { color: rgb(53,41,126); }

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

background-color css

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

 a { background-color: rgb(53,41,126); }

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

border-color css

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

 span { border-color: rgb(53,41,126); }

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