Html Css Color HEX #3B297C Windsor

📋 copy color: '#3B297C'

red 59 ◦ green 41 ◦ blue 124

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

Shades of Windsor #3B297C

Tints of Windsor #3B297C

RGB

 RED value IS 59 (23.44% from 255) = 26.34%

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

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

R = 26.34%
G = 18.3%
B = 55.36%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B297C (or 0x3B297C) is known color: Windsor. HEX triplet: 3B, 29 and 7C. RGB value is (59,41,124). Sum of RGB (Red+Green+Blue) = 59+41+124=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B297C is #C4D683. Grayscale: #373737. Windows color (decimal): -12899972 or 8137019. OLE color: 8137019.

HSL color Cylindrical-coordinate representation of color #3B297C: hue angle of 253.01º 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 #3B297C is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 41 124 -
CMYK 0.52 0.67 0 0.51
HSL 253.01º 0.5% 0.32% -
HSV(B) 253.01º 0.67% 0.49% -
XYZ 6.23 3.97 19.51 -
YUV 55.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 59 41 124 0.52 0.67 0 0.51 253.01 0.5 0.32
Hex 3B 29 7C 34 43 0 33 FD 32 20
Octal 73 51 174 64 103 0 63 375 62 40
Binary 111011 101001 1111100 110100 1000011 0 110011 11111101 110010 100000

Color Harmonies of #3B297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B297C

Black with #3B297C

Text Example


Text Example

White with #3B297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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