Html Css Color HEX #3C297A Windsor

📋 copy color: '#3C297A'

red 60 ◦ green 41 ◦ blue 122

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

Shades of Windsor #3C297A

Tints of Windsor #3C297A

RGB

 RED value IS 60 (23.83% from 255) = 26.91%

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

 BLUE value IS 122 (48.05% from 255) = 54.71%

R = 26.91%
G = 18.39%
B = 54.71%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3C297A (or 0x3C297A) is known color: Windsor. HEX triplet: 3C, 29 and 7A. RGB value is (60,41,122). Sum of RGB (Red+Green+Blue) = 60+41+122=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C297A is #C3D685. Grayscale: #373737. Windows color (decimal): -12834438 or 8005948. OLE color: 8005948.

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

Color convert

RGB 60 41 122 -
CMYK 0.51 0.66 0 0.52
HSL 254.07º 0.5% 0.32% -
HSV(B) 254.07º 0.66% 0.48% -
XYZ 6.17 3.95 18.85 -
YUV 55.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 60 41 122 0.51 0.66 0 0.52 254.07 0.5 0.32
Hex 3C 29 7A 33 42 0 34 FE 32 20
Octal 74 51 172 63 102 0 64 376 62 40
Binary 111100 101001 1111010 110011 1000010 0 110100 11111110 110010 100000

Color Harmonies of #3C297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C297A

Black with #3C297A

Text Example


Text Example

White with #3C297A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,41,122); }

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

background-color css

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

 a { background-color: rgb(60,41,122); }

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

border-color css

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

 span { border-color: rgb(60,41,122); }

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