Html Css Color HEX #3B248A Windsor

📋 copy color: '#3B248A'

red 59 ◦ green 36 ◦ blue 138

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

Shades of Windsor #3B248A

Tints of Windsor #3B248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 59.23%

R = 25.32%
G = 15.45%
B = 59.23%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3B248A (or 0x3B248A) is known color: Windsor. HEX triplet: 3B, 24 and 8A. RGB value is (59,36,138). Sum of RGB (Red+Green+Blue) = 59+36+138=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B248A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B248A is #C4DB75. Grayscale: #363636. Windows color (decimal): -12901238 or 9053243. OLE color: 9053243.

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

Color convert

RGB 59 36 138 -
CMYK 0.57 0.74 0 0.46
HSL 253.53º 0.59% 0.34% -
HSV(B) 253.53º 0.74% 0.54% -
XYZ 7.02 4.03 24.45 -
YUV 54.51 175.12 131.21 -
System Red Green Blue C M Y K H S L
Decimal 59 36 138 0.57 0.74 0 0.46 253.53 0.59 0.34
Hex 3B 24 8A 39 4A 0 2E FE 3B 22
Octal 73 44 212 71 112 0 56 376 73 42
Binary 111011 100100 10001010 111001 1001010 0 101110 11111110 111011 100010

Color Harmonies of #3B248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B248A

Black with #3B248A

Text Example


Text Example

White with #3B248A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,36,138); }

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

background-color css

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

 a { background-color: rgb(59,36,138); }

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

border-color css

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

 span { border-color: rgb(59,36,138); }

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