Html Css Color HEX #3A237A Windsor

📋 copy color: '#3A237A'

red 58 ◦ green 35 ◦ blue 122

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

Shades of Windsor #3A237A

Tints of Windsor #3A237A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 56.74%

R = 26.98%
G = 16.28%
B = 56.74%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A237A (or 0x3A237A) is known color: Windsor. HEX triplet: 3A, 23 and 7A. RGB value is (58,35,122). Sum of RGB (Red+Green+Blue) = 58+35+122=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A237A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A237A is #C5DC85. Grayscale: #333333. Windows color (decimal): -12967046 or 8004410. OLE color: 8004410.

HSL color Cylindrical-coordinate representation of color #3A237A: hue angle of 255.86º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A237A is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 35 122 -
CMYK 0.52 0.71 0 0.52
HSL 255.86º 0.55% 0.31% -
HSV(B) 255.86º 0.71% 0.48% -
XYZ 5.86 3.51 18.78 -
YUV 51.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 58 35 122 0.52 0.71 0 0.52 255.86 0.55 0.31
Hex 3A 23 7A 34 47 0 34 100 37 1F
Octal 72 43 172 64 107 0 64 400 67 37
Binary 111010 100011 1111010 110100 1000111 0 110100 100000000 110111 11111

Color Harmonies of #3A237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A237A

Black with #3A237A

Text Example


Text Example

White with #3A237A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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