Html Css Color HEX #35297F Windsor

📋 copy color: '#35297F'

red 53 ◦ green 41 ◦ blue 127

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

Shades of Windsor #35297F

Tints of Windsor #35297F

RGB

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

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

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

R = 23.98%
G = 18.55%
B = 57.47%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#35297F (or 0x35297F) is known color: Windsor. HEX triplet: 35, 29 and 7F. RGB value is (53,41,127). Sum of RGB (Red+Green+Blue) = 53+41+127=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #35297F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35297F is #CAD680. Grayscale: #363636. Windows color (decimal): -13293185 or 8333621. OLE color: 8333621.

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

Color convert

RGB 53 41 127 -
CMYK 0.58 0.68 0 0.50
HSL 248.37º 0.51% 0.33% -
HSV(B) 248.37º 0.68% 0.5% -
XYZ 6.09 3.88 20.51 -
YUV 54.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 53 41 127 0.58 0.68 0 0.50 248.37 0.51 0.33
Hex 35 29 7F 3A 44 0 32 F8 33 21
Octal 65 51 177 72 104 0 62 370 63 41
Binary 110101 101001 1111111 111010 1000100 0 110010 11111000 110011 100001

Color Harmonies of #35297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35297F

Black with #35297F

Text Example


Text Example

White with #35297F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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