Html Css Color HEX #3A287C Windsor

📋 copy color: '#3A287C'

red 58 ◦ green 40 ◦ blue 124

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

Shades of Windsor #3A287C

Tints of Windsor #3A287C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 55.86%

R = 26.13%
G = 18.02%
B = 55.86%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A287C (or 0x3A287C) is known color: Windsor. HEX triplet: 3A, 28 and 7C. RGB value is (58,40,124). Sum of RGB (Red+Green+Blue) = 58+40+124=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A287C is #C5D783. Grayscale: #363636. Windows color (decimal): -12965764 or 8136762. OLE color: 8136762.

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

Color convert

RGB 58 40 124 -
CMYK 0.53 0.68 0 0.51
HSL 252.86º 0.51% 0.32% -
HSV(B) 252.86º 0.68% 0.49% -
XYZ 6.14 3.87 19.49 -
YUV 54.96 166.96 130.17 -
System Red Green Blue C M Y K H S L
Decimal 58 40 124 0.53 0.68 0 0.51 252.86 0.51 0.32
Hex 3A 28 7C 35 44 0 33 FD 33 20
Octal 72 50 174 65 104 0 63 375 63 40
Binary 111010 101000 1111100 110101 1000100 0 110011 11111101 110011 100000

Color Harmonies of #3A287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A287C

Black with #3A287C

Text Example


Text Example

White with #3A287C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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