Html Css Color HEX #352A7C Windsor

📋 copy color: '#352A7C'

red 53 ◦ green 42 ◦ blue 124

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

Shades of Windsor #352A7C

Tints of Windsor #352A7C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.18%

 BLUE value IS 124 (48.83% from 255) = 56.62%

R = 24.2%
G = 19.18%
B = 56.62%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#352A7C (or 0x352A7C) is known color: Windsor. HEX triplet: 35, 2A and 7C. RGB value is (53,42,124). Sum of RGB (Red+Green+Blue) = 53+42+124=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #352A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352A7C is #CAD583. Grayscale: #363636. Windows color (decimal): -13292932 or 8137269. OLE color: 8137269.

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

Color convert

RGB 53 42 124 -
CMYK 0.57 0.66 0 0.51
HSL 248.05º 0.49% 0.33% -
HSV(B) 248.05º 0.66% 0.49% -
XYZ 5.93 3.87 19.5 -
YUV 54.64 167.14 126.83 -
System Red Green Blue C M Y K H S L
Decimal 53 42 124 0.57 0.66 0 0.51 248.05 0.49 0.33
Hex 35 2A 7C 39 42 0 33 F8 31 21
Octal 65 52 174 71 102 0 63 370 61 41
Binary 110101 101010 1111100 111001 1000010 0 110011 11111000 110001 100001

Color Harmonies of #352A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A7C

Black with #352A7C

Text Example


Text Example

White with #352A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,42,124); }

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

background-color css

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

 a { background-color: rgb(53,42,124); }

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

border-color css

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

 span { border-color: rgb(53,42,124); }

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