Html Css Color HEX #452288 Windsor

📋 copy color: '#452288'

red 69 ◦ green 34 ◦ blue 136

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

Shades of Windsor #452288

Tints of Windsor #452288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.23%

 BLUE value IS 136 (53.52% from 255) = 56.9%

R = 28.87%
G = 14.23%
B = 56.9%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#452288 (or 0x452288) is known color: Windsor. HEX triplet: 45, 22 and 88. RGB value is (69,34,136). Sum of RGB (Red+Green+Blue) = 69+34+136=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #452288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452288 is #BADD77. Grayscale: #373737. Windows color (decimal): -12246392 or 8921669. OLE color: 8921669.

HSL color Cylindrical-coordinate representation of color #452288: hue angle of 260.59º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #452288 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 34 136 -
CMYK 0.49 0.75 0 0.47
HSL 260.59º 0.6% 0.33% -
HSV(B) 260.59º 0.75% 0.53% -
XYZ 7.47 4.19 23.71 -
YUV 56.09 173.1 137.21 -
System Red Green Blue C M Y K H S L
Decimal 69 34 136 0.49 0.75 0 0.47 260.59 0.6 0.33
Hex 45 22 88 31 4B 0 2F 105 3C 21
Octal 105 42 210 61 113 0 57 405 74 41
Binary 1000101 100010 10001000 110001 1001011 0 101111 100000101 111100 100001

Color Harmonies of #452288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452288

Black with #452288

Text Example


Text Example

White with #452288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452288; }

 p { color: rgb(69,34,136); }

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

background-color css

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

 a { background-color: rgb(69,34,136); }

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

border-color css

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

 span { border-color: rgb(69,34,136); }

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