Html Css Color HEX #34297E Windsor

📋 copy color: '#34297E'

red 52 ◦ green 41 ◦ blue 126

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

Shades of Windsor #34297E

Tints of Windsor #34297E

RGB

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

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

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

R = 23.74%
G = 18.72%
B = 57.53%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34297E (or 0x34297E) is known color: Windsor. HEX triplet: 34, 29 and 7E. RGB value is (52,41,126). Sum of RGB (Red+Green+Blue) = 52+41+126=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #34297E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34297E is #CBD681. Grayscale: #353535. Windows color (decimal): -13358722 or 8268084. OLE color: 8268084.

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

Color convert

RGB 52 41 126 -
CMYK 0.59 0.67 0 0.51
HSL 247.76º 0.51% 0.33% -
HSV(B) 247.76º 0.67% 0.49% -
XYZ 5.98 3.82 20.16 -
YUV 53.98 168.64 126.59 -
System Red Green Blue C M Y K H S L
Decimal 52 41 126 0.59 0.67 0 0.51 247.76 0.51 0.33
Hex 34 29 7E 3B 43 0 33 F8 33 21
Octal 64 51 176 73 103 0 63 370 63 41
Binary 110100 101001 1111110 111011 1000011 0 110011 11111000 110011 100001

Color Harmonies of #34297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34297E

Black with #34297E

Text Example


Text Example

White with #34297E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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