Html Css Color HEX #3A237C Windsor

📋 copy color: '#3A237C'

red 58 ◦ green 35 ◦ blue 124

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

Shades of Windsor #3A237C

Tints of Windsor #3A237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.13%

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

R = 26.73%
G = 16.13%
B = 57.14%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A237C (or 0x3A237C) is known color: Windsor. HEX triplet: 3A, 23 and 7C. RGB value is (58,35,124). Sum of RGB (Red+Green+Blue) = 58+35+124=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A237C is #C5DC83. Grayscale: #333333. Windows color (decimal): -12967044 or 8135482. OLE color: 8135482.

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

Color convert

RGB 58 35 124 -
CMYK 0.53 0.72 0 0.51
HSL 255.51º 0.56% 0.31% -
HSV(B) 255.51º 0.72% 0.49% -
XYZ 5.98 3.56 19.44 -
YUV 52.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 58 35 124 0.53 0.72 0 0.51 255.51 0.56 0.31
Hex 3A 23 7C 35 48 0 33 100 38 1F
Octal 72 43 174 65 110 0 63 400 70 37
Binary 111010 100011 1111100 110101 1001000 0 110011 100000000 111000 11111

Color Harmonies of #3A237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A237C

Black with #3A237C

Text Example


Text Example

White with #3A237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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