Html Css Color HEX #3D237D Windsor

📋 copy color: '#3D237D'

red 61 ◦ green 35 ◦ blue 125

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

Shades of Windsor #3D237D

Tints of Windsor #3D237D

RGB

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

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

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

R = 27.6%
G = 15.84%
B = 56.56%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D237D (or 0x3D237D) is known color: Windsor. HEX triplet: 3D, 23 and 7D. RGB value is (61,35,125). Sum of RGB (Red+Green+Blue) = 61+35+125=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #3D237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D237D is #C2DC82. Grayscale: #343434. Windows color (decimal): -12770435 or 8201021. OLE color: 8201021.

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

Color convert

RGB 61 35 125 -
CMYK 0.51 0.72 0 0.51
HSL 257.33º 0.56% 0.31% -
HSV(B) 257.33º 0.72% 0.49% -
XYZ 6.23 3.67 19.78 -
YUV 53.03 168.61 133.68 -
System Red Green Blue C M Y K H S L
Decimal 61 35 125 0.51 0.72 0 0.51 257.33 0.56 0.31
Hex 3D 23 7D 33 48 0 33 101 38 1F
Octal 75 43 175 63 110 0 63 401 70 37
Binary 111101 100011 1111101 110011 1001000 0 110011 100000001 111000 11111

Color Harmonies of #3D237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D237D

Black with #3D237D

Text Example


Text Example

White with #3D237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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