Html Css Color HEX #3D237F Windsor

📋 copy color: '#3D237F'

red 61 ◦ green 35 ◦ blue 127

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

Shades of Windsor #3D237F

Tints of Windsor #3D237F

RGB

 RED value IS 61 (24.22% from 255) = 27.35%

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

 BLUE value IS 127 (50% from 255) = 56.95%

R = 27.35%
G = 15.7%
B = 56.95%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3D237F (or 0x3D237F) is known color: Windsor. HEX triplet: 3D, 23 and 7F. RGB value is (61,35,127). Sum of RGB (Red+Green+Blue) = 61+35+127=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #3D237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D237F is #C2DC80. Grayscale: #343434. Windows color (decimal): -12770433 or 8332093. OLE color: 8332093.

HSL color Cylindrical-coordinate representation of color #3D237F: hue angle of 256.96º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D237F is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 61 35 127 -
CMYK 0.52 0.72 0 0.50
HSL 256.96º 0.57% 0.32% -
HSV(B) 256.96º 0.72% 0.5% -
XYZ 6.36 3.73 20.46 -
YUV 53.26 169.61 133.52 -
System Red Green Blue C M Y K H S L
Decimal 61 35 127 0.52 0.72 0 0.50 256.96 0.57 0.32
Hex 3D 23 7F 34 48 0 32 101 39 20
Octal 75 43 177 64 110 0 62 401 71 40
Binary 111101 100011 1111111 110100 1001000 0 110010 100000001 111001 100000

Color Harmonies of #3D237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D237F

Black with #3D237F

Text Example


Text Example

White with #3D237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,35,127); }

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

background-color css

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

 a { background-color: rgb(61,35,127); }

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

border-color css

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

 span { border-color: rgb(61,35,127); }

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