Html Css Color HEX #3A248B Windsor

📋 copy color: '#3A248B'

red 58 ◦ green 36 ◦ blue 139

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

Shades of Windsor #3A248B

Tints of Windsor #3A248B

RGB

 RED value IS 58 (23.05% from 255) = 24.89%

 GREEN value IS 36 (14.45% from 255) = 15.45%

 BLUE value IS 139 (54.69% from 255) = 59.66%

R = 24.89%
G = 15.45%
B = 59.66%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A248B (or 0x3A248B) is known color: Windsor. HEX triplet: 3A, 24 and 8B. RGB value is (58,36,139). Sum of RGB (Red+Green+Blue) = 58+36+139=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A248B is #C5DB74. Grayscale: #353535. Windows color (decimal): -12966773 or 9118778. OLE color: 9118778.

HSL color Cylindrical-coordinate representation of color #3A248B: hue angle of 252.82º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A248B is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 36 139 -
CMYK 0.58 0.74 0 0.45
HSL 252.82º 0.59% 0.34% -
HSV(B) 252.82º 0.74% 0.55% -
XYZ 7.04 4.03 24.83 -
YUV 54.32 175.79 130.62 -
System Red Green Blue C M Y K H S L
Decimal 58 36 139 0.58 0.74 0 0.45 252.82 0.59 0.34
Hex 3A 24 8B 3A 4A 0 2D FD 3B 22
Octal 72 44 213 72 112 0 55 375 73 42
Binary 111010 100100 10001011 111010 1001010 0 101101 11111101 111011 100010

Color Harmonies of #3A248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A248B

Black with #3A248B

Text Example


Text Example

White with #3A248B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,36,139); }

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

background-color css

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

 a { background-color: rgb(58,36,139); }

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

border-color css

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

 span { border-color: rgb(58,36,139); }

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