Html Css Color HEX #3E307B Windsor

📋 copy color: '#3E307B'

red 62 ◦ green 48 ◦ blue 123

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

Shades of Windsor #3E307B

Tints of Windsor #3E307B

RGB

 RED value IS 62 (24.61% from 255) = 26.61%

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 123 (48.44% from 255) = 52.79%

R = 26.61%
G = 20.6%
B = 52.79%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3E307B (or 0x3E307B) is known color: Windsor. HEX triplet: 3E, 30 and 7B. RGB value is (62,48,123). Sum of RGB (Red+Green+Blue) = 62+48+123=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E307B is #C1CF84. Grayscale: #3C3C3C. Windows color (decimal): -12701573 or 8073278. OLE color: 8073278.

HSL color Cylindrical-coordinate representation of color #3E307B: hue angle of 251.2º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E307B is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 48 123 -
CMYK 0.50 0.61 0 0.52
HSL 251.2º 0.44% 0.34% -
HSV(B) 251.2º 0.61% 0.48% -
XYZ 6.62 4.57 19.27 -
YUV 60.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 62 48 123 0.50 0.61 0 0.52 251.2 0.44 0.34
Hex 3E 30 7B 32 3D 0 34 FB 2C 22
Octal 76 60 173 62 75 0 64 373 54 42
Binary 111110 110000 1111011 110010 111101 0 110100 11111011 101100 100010

Color Harmonies of #3E307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E307B

Black with #3E307B

Text Example


Text Example

White with #3E307B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,48,123); }

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

background-color css

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

 a { background-color: rgb(62,48,123); }

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

border-color css

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

 span { border-color: rgb(62,48,123); }

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