Html Css Color HEX #3D246F Windsor

📋 copy color: '#3D246F'

red 61 ◦ green 36 ◦ blue 111

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

Shades of Windsor #3D246F

Tints of Windsor #3D246F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.31%

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

R = 29.33%
G = 17.31%
B = 53.37%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D246F (or 0x3D246F) is known color: Windsor. HEX triplet: 3D, 24 and 6F. RGB value is (61,36,111). Sum of RGB (Red+Green+Blue) = 61+36+111=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D246F is #C2DB90. Grayscale: #333333. Windows color (decimal): -12770193 or 7283773. OLE color: 7283773.

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

Color convert

RGB 61 36 111 -
CMYK 0.45 0.68 0 0.56
HSL 260º 0.51% 0.29% -
HSV(B) 260º 0.68% 0.44% -
XYZ 5.42 3.4 15.41 -
YUV 52.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 61 36 111 0.45 0.68 0 0.56 260 0.51 0.29
Hex 3D 24 6F 2D 44 0 38 104 33 1D
Octal 75 44 157 55 104 0 70 404 63 35
Binary 111101 100100 1101111 101101 1000100 0 111000 100000100 110011 11101

Color Harmonies of #3D246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D246F

Black with #3D246F

Text Example


Text Example

White with #3D246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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