Html Css Color HEX #3B2074 Windsor

📋 copy color: '#3B2074'

red 59 ◦ green 32 ◦ blue 116

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

Shades of Windsor #3B2074

Tints of Windsor #3B2074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

 BLUE value IS 116 (45.7% from 255) = 56.04%

R = 28.5%
G = 15.46%
B = 56.04%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B2074 (or 0x3B2074) is known color: Windsor. HEX triplet: 3B, 20 and 74. RGB value is (59,32,116). Sum of RGB (Red+Green+Blue) = 59+32+116=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B2074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2074 is #C4DF8B. Grayscale: #313131. Windows color (decimal): -12902284 or 7610427. OLE color: 7610427.

HSL color Cylindrical-coordinate representation of color #3B2074: hue angle of 259.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B2074 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 32 116 -
CMYK 0.49 0.72 0 0.55
HSL 259.29º 0.57% 0.29% -
HSV(B) 259.29º 0.72% 0.45% -
XYZ 5.47 3.22 16.86 -
YUV 49.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 59 32 116 0.49 0.72 0 0.55 259.29 0.57 0.29
Hex 3B 20 74 31 48 0 37 103 39 1D
Octal 73 40 164 61 110 0 67 403 71 35
Binary 111011 100000 1110100 110001 1001000 0 110111 100000011 111001 11101

Color Harmonies of #3B2074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2074

Black with #3B2074

Text Example


Text Example

White with #3B2074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,32,116); }

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

background-color css

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

 a { background-color: rgb(59,32,116); }

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

border-color css

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

 span { border-color: rgb(59,32,116); }

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