Html Css Color HEX #3A237D Windsor

📋 copy color: '#3A237D'

red 58 ◦ green 35 ◦ blue 125

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

Shades of Windsor #3A237D

Tints of Windsor #3A237D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.34%

R = 26.61%
G = 16.06%
B = 57.34%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A237D (or 0x3A237D) is known color: Windsor. HEX triplet: 3A, 23 and 7D. RGB value is (58,35,125). Sum of RGB (Red+Green+Blue) = 58+35+125=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A237D is #C5DC82. Grayscale: #333333. Windows color (decimal): -12967043 or 8201018. OLE color: 8201018.

HSL color Cylindrical-coordinate representation of color #3A237D: hue angle of 255.33º 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 #3A237D is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 35 125 -
CMYK 0.54 0.72 0 0.51
HSL 255.33º 0.56% 0.31% -
HSV(B) 255.33º 0.72% 0.49% -
XYZ 6.05 3.58 19.77 -
YUV 52.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 58 35 125 0.54 0.72 0 0.51 255.33 0.56 0.31
Hex 3A 23 7D 36 48 0 33 FF 38 1F
Octal 72 43 175 66 110 0 63 377 70 37
Binary 111010 100011 1111101 110110 1001000 0 110011 11111111 111000 11111

Color Harmonies of #3A237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A237D

Black with #3A237D

Text Example


Text Example

White with #3A237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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