Html Css Color HEX #34287D Windsor

📋 copy color: '#34287D'

red 52 ◦ green 40 ◦ blue 125

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

Shades of Windsor #34287D

Tints of Windsor #34287D

RGB

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

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

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

R = 23.96%
G = 18.43%
B = 57.6%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34287D (or 0x34287D) is known color: Windsor. HEX triplet: 34, 28 and 7D. RGB value is (52,40,125). Sum of RGB (Red+Green+Blue) = 52+40+125=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #34287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34287D is #CBD782. Grayscale: #343434. Windows color (decimal): -13358979 or 8202292. OLE color: 8202292.

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

Color convert

RGB 52 40 125 -
CMYK 0.58 0.68 0 0.51
HSL 248.47º 0.52% 0.32% -
HSV(B) 248.47º 0.68% 0.49% -
XYZ 5.88 3.73 19.81 -
YUV 53.28 168.48 127.09 -
System Red Green Blue C M Y K H S L
Decimal 52 40 125 0.58 0.68 0 0.51 248.47 0.52 0.32
Hex 34 28 7D 3A 44 0 33 F8 34 20
Octal 64 50 175 72 104 0 63 370 64 40
Binary 110100 101000 1111101 111010 1000100 0 110011 11111000 110100 100000

Color Harmonies of #34287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34287D

Black with #34287D

Text Example


Text Example

White with #34287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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