Html Css Color HEX #3A267C Windsor

📋 copy color: '#3A267C'

red 58 ◦ green 38 ◦ blue 124

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

Shades of Windsor #3A267C

Tints of Windsor #3A267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.27%

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

R = 26.36%
G = 17.27%
B = 56.36%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A267C (or 0x3A267C) is known color: Windsor. HEX triplet: 3A, 26 and 7C. RGB value is (58,38,124). Sum of RGB (Red+Green+Blue) = 58+38+124=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A267C is #C5D983. Grayscale: #353535. Windows color (decimal): -12966276 or 8136250. OLE color: 8136250.

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

Color convert

RGB 58 38 124 -
CMYK 0.53 0.69 0 0.51
HSL 253.95º 0.53% 0.32% -
HSV(B) 253.95º 0.69% 0.49% -
XYZ 6.08 3.74 19.47 -
YUV 53.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 58 38 124 0.53 0.69 0 0.51 253.95 0.53 0.32
Hex 3A 26 7C 35 45 0 33 FE 35 20
Octal 72 46 174 65 105 0 63 376 65 40
Binary 111010 100110 1111100 110101 1000101 0 110011 11111110 110101 100000

Color Harmonies of #3A267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A267C

Black with #3A267C

Text Example


Text Example

White with #3A267C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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