Html Css Color HEX #3B227E Windsor

📋 copy color: '#3B227E'

red 59 ◦ green 34 ◦ blue 126

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

Shades of Windsor #3B227E

Tints of Windsor #3B227E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.53%

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

R = 26.94%
G = 15.53%
B = 57.53%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B227E (or 0x3B227E) is known color: Windsor. HEX triplet: 3B, 22 and 7E. RGB value is (59,34,126). Sum of RGB (Red+Green+Blue) = 59+34+126=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 34 (13.67% from 255 or 15.53% 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 #3B227E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B227E is #C4DD81. Grayscale: #333333. Windows color (decimal): -12901762 or 8266299. OLE color: 8266299.

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

Color convert

RGB 59 34 126 -
CMYK 0.53 0.73 0 0.51
HSL 256.3º 0.58% 0.31% -
HSV(B) 256.3º 0.73% 0.49% -
XYZ 6.14 3.58 20.11 -
YUV 51.96 169.78 133.02 -
System Red Green Blue C M Y K H S L
Decimal 59 34 126 0.53 0.73 0 0.51 256.3 0.58 0.31
Hex 3B 22 7E 35 49 0 33 100 3A 1F
Octal 73 42 176 65 111 0 63 400 72 37
Binary 111011 100010 1111110 110101 1001001 0 110011 100000000 111010 11111

Color Harmonies of #3B227E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B227E

Black with #3B227E

Text Example


Text Example

White with #3B227E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,34,126); }

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

background-color css

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

 a { background-color: rgb(59,34,126); }

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

border-color css

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

 span { border-color: rgb(59,34,126); }

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