Html Css Color HEX #34287E Windsor

📋 copy color: '#34287E'

red 52 ◦ green 40 ◦ blue 126

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

Shades of Windsor #34287E

Tints of Windsor #34287E

RGB

 RED value IS 52 (20.7% from 255) = 23.85%

 GREEN value IS 40 (16.02% from 255) = 18.35%

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

R = 23.85%
G = 18.35%
B = 57.8%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34287E (or 0x34287E) is known color: Windsor. HEX triplet: 34, 28 and 7E. RGB value is (52,40,126). Sum of RGB (Red+Green+Blue) = 52+40+126=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #34287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34287E is #CBD781. Grayscale: #353535. Windows color (decimal): -13358978 or 8267828. OLE color: 8267828.

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

Color convert

RGB 52 40 126 -
CMYK 0.59 0.68 0 0.51
HSL 248.37º 0.52% 0.33% -
HSV(B) 248.37º 0.68% 0.49% -
XYZ 5.94 3.75 20.15 -
YUV 53.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 52 40 126 0.59 0.68 0 0.51 248.37 0.52 0.33
Hex 34 28 7E 3B 44 0 33 F8 34 21
Octal 64 50 176 73 104 0 63 370 64 41
Binary 110100 101000 1111110 111011 1000100 0 110011 11111000 110100 100001

Color Harmonies of #34287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34287E

Black with #34287E

Text Example


Text Example

White with #34287E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,40,126); }

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

background-color css

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

 a { background-color: rgb(52,40,126); }

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

border-color css

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

 span { border-color: rgb(52,40,126); }

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