Html Css Color HEX #3A297C Windsor

📋 copy color: '#3A297C'

red 58 ◦ green 41 ◦ blue 124

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

Shades of Windsor #3A297C

Tints of Windsor #3A297C

RGB

 RED value IS 58 (23.05% from 255) = 26.01%

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

 BLUE value IS 124 (48.83% from 255) = 55.61%

R = 26.01%
G = 18.39%
B = 55.61%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A297C (or 0x3A297C) is known color: Windsor. HEX triplet: 3A, 29 and 7C. RGB value is (58,41,124). Sum of RGB (Red+Green+Blue) = 58+41+124=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A297C is #C5D683. Grayscale: #373737. Windows color (decimal): -12965508 or 8137018. OLE color: 8137018.

HSL color Cylindrical-coordinate representation of color #3A297C: hue angle of 252.29º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A297C is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 41 124 -
CMYK 0.53 0.67 0 0.51
HSL 252.29º 0.5% 0.32% -
HSV(B) 252.29º 0.67% 0.49% -
XYZ 6.18 3.94 19.5 -
YUV 55.55 166.63 129.75 -
System Red Green Blue C M Y K H S L
Decimal 58 41 124 0.53 0.67 0 0.51 252.29 0.5 0.32
Hex 3A 29 7C 35 43 0 33 FC 32 20
Octal 72 51 174 65 103 0 63 374 62 40
Binary 111010 101001 1111100 110101 1000011 0 110011 11111100 110010 100000

Color Harmonies of #3A297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A297C

Black with #3A297C

Text Example


Text Example

White with #3A297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A297C; }

 p { color: rgb(58,41,124); }

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

background-color css

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

 a { background-color: rgb(58,41,124); }

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

border-color css

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

 span { border-color: rgb(58,41,124); }

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