Html Css Color HEX #45357D Windsor

📋 copy color: '#45357D'

red 69 ◦ green 53 ◦ blue 125

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

Shades of Windsor #45357D

Tints of Windsor #45357D

RGB

 RED value IS 69 (27.34% from 255) = 27.94%

 GREEN value IS 53 (21.09% from 255) = 21.46%

 BLUE value IS 125 (49.22% from 255) = 50.61%

R = 27.94%
G = 21.46%
B = 50.61%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45357D (or 0x45357D) is known color: Windsor. HEX triplet: 45, 35 and 7D. RGB value is (69,53,125). Sum of RGB (Red+Green+Blue) = 69+53+125=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #45357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45357D is #BACA82. Grayscale: #414141. Windows color (decimal): -12241539 or 8205637. OLE color: 8205637.

HSL color Cylindrical-coordinate representation of color #45357D: hue angle of 253.33º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45357D is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 53 125 -
CMYK 0.45 0.58 0 0.51
HSL 253.33º 0.4% 0.35% -
HSV(B) 253.33º 0.58% 0.49% -
XYZ 7.43 5.29 20.03 -
YUV 65.99 161.3 130.15 -
System Red Green Blue C M Y K H S L
Decimal 69 53 125 0.45 0.58 0 0.51 253.33 0.4 0.35
Hex 45 35 7D 2D 3A 0 33 FD 28 23
Octal 105 65 175 55 72 0 63 375 50 43
Binary 1000101 110101 1111101 101101 111010 0 110011 11111101 101000 100011

Color Harmonies of #45357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45357D

Black with #45357D

Text Example


Text Example

White with #45357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45357D; }

 p { color: rgb(69,53,125); }

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

background-color css

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

 a { background-color: rgb(69,53,125); }

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

border-color css

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

 span { border-color: rgb(69,53,125); }

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