Html Css Color HEX #34297F Windsor

📋 copy color: '#34297F'

red 52 ◦ green 41 ◦ blue 127

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

Shades of Windsor #34297F

Tints of Windsor #34297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

 BLUE value IS 127 (50% from 255) = 57.73%

R = 23.64%
G = 18.64%
B = 57.73%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#34297F (or 0x34297F) is known color: Windsor. HEX triplet: 34, 29 and 7F. RGB value is (52,41,127). Sum of RGB (Red+Green+Blue) = 52+41+127=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #34297F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34297F is #CBD680. Grayscale: #353535. Windows color (decimal): -13358721 or 8333620. OLE color: 8333620.

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

Color convert

RGB 52 41 127 -
CMYK 0.59 0.68 0 0.50
HSL 247.67º 0.51% 0.33% -
HSV(B) 247.67º 0.68% 0.5% -
XYZ 6.04 3.85 20.5 -
YUV 54.09 169.14 126.51 -
System Red Green Blue C M Y K H S L
Decimal 52 41 127 0.59 0.68 0 0.50 247.67 0.51 0.33
Hex 34 29 7F 3B 44 0 32 F8 33 21
Octal 64 51 177 73 104 0 62 370 63 41
Binary 110100 101001 1111111 111011 1000100 0 110010 11111000 110011 100001

Color Harmonies of #34297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34297F

Black with #34297F

Text Example


Text Example

White with #34297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34297F; }

 p { color: rgb(52,41,127); }

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

background-color css

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

 a { background-color: rgb(52,41,127); }

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

border-color css

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

 span { border-color: rgb(52,41,127); }

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