Html Css Color HEX #3A287B Windsor

📋 copy color: '#3A287B'

red 58 ◦ green 40 ◦ blue 123

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

Shades of Windsor #3A287B

Tints of Windsor #3A287B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

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

R = 26.24%
G = 18.1%
B = 55.66%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A287B (or 0x3A287B) is known color: Windsor. HEX triplet: 3A, 28 and 7B. RGB value is (58,40,123). Sum of RGB (Red+Green+Blue) = 58+40+123=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A287B is #C5D784. Grayscale: #363636. Windows color (decimal): -12965765 or 8071226. OLE color: 8071226.

HSL color Cylindrical-coordinate representation of color #3A287B: hue angle of 253.01º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A287B is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 40 123 -
CMYK 0.53 0.67 0 0.52
HSL 253.01º 0.51% 0.32% -
HSV(B) 253.01º 0.67% 0.48% -
XYZ 6.08 3.85 19.16 -
YUV 54.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 58 40 123 0.53 0.67 0 0.52 253.01 0.51 0.32
Hex 3A 28 7B 35 43 0 34 FD 33 20
Octal 72 50 173 65 103 0 64 375 63 40
Binary 111010 101000 1111011 110101 1000011 0 110100 11111101 110011 100000

Color Harmonies of #3A287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A287B

Black with #3A287B

Text Example


Text Example

White with #3A287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,40,123); }

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

background-color css

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

 a { background-color: rgb(58,40,123); }

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

border-color css

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

 span { border-color: rgb(58,40,123); }

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