Html Css Color HEX #3D256F Windsor

📋 copy color: '#3D256F'

red 61 ◦ green 37 ◦ blue 111

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

Shades of Windsor #3D256F

Tints of Windsor #3D256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

 BLUE value IS 111 (43.75% from 255) = 53.11%

R = 29.19%
G = 17.7%
B = 53.11%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D256F (or 0x3D256F) is known color: Windsor. HEX triplet: 3D, 25 and 6F. RGB value is (61,37,111). Sum of RGB (Red+Green+Blue) = 61+37+111=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D256F is #C2DA90. Grayscale: #343434. Windows color (decimal): -12769937 or 7284029. OLE color: 7284029.

HSL color Cylindrical-coordinate representation of color #3D256F: hue angle of 259.46º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D256F is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 37 111 -
CMYK 0.45 0.67 0 0.56
HSL 259.46º 0.5% 0.29% -
HSV(B) 259.46º 0.67% 0.44% -
XYZ 5.46 3.46 15.42 -
YUV 52.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 61 37 111 0.45 0.67 0 0.56 259.46 0.5 0.29
Hex 3D 25 6F 2D 43 0 38 103 32 1D
Octal 75 45 157 55 103 0 70 403 62 35
Binary 111101 100101 1101111 101101 1000011 0 111000 100000011 110010 11101

Color Harmonies of #3D256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D256F

Black with #3D256F

Text Example


Text Example

White with #3D256F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,37,111); }

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

background-color css

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

 a { background-color: rgb(61,37,111); }

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

border-color css

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

 span { border-color: rgb(61,37,111); }

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