Html Css Color HEX #3D2888 Windsor

📋 copy color: '#3D2888'

red 61 ◦ green 40 ◦ blue 136

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

Shades of Windsor #3D2888

Tints of Windsor #3D2888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 136 (53.52% from 255) = 57.38%

R = 25.74%
G = 16.88%
B = 57.38%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3D2888 (or 0x3D2888) is known color: Windsor. HEX triplet: 3D, 28 and 88. RGB value is (61,40,136). Sum of RGB (Red+Green+Blue) = 61+40+136=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D2888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2888 is #C2D777. Grayscale: #383838. Windows color (decimal): -12769144 or 8923197. OLE color: 8923197.

HSL color Cylindrical-coordinate representation of color #3D2888: hue angle of 253.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D2888 is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 61 40 136 -
CMYK 0.55 0.71 0 0.47
HSL 253.13º 0.55% 0.35% -
HSV(B) 253.13º 0.71% 0.53% -
XYZ 7.13 4.29 23.74 -
YUV 57.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 61 40 136 0.55 0.71 0 0.47 253.13 0.55 0.35
Hex 3D 28 88 37 47 0 2F FD 37 23
Octal 75 50 210 67 107 0 57 375 67 43
Binary 111101 101000 10001000 110111 1000111 0 101111 11111101 110111 100011

Color Harmonies of #3D2888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2888

Black with #3D2888

Text Example


Text Example

White with #3D2888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,40,136); }

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

background-color css

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

 a { background-color: rgb(61,40,136); }

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

border-color css

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

 span { border-color: rgb(61,40,136); }

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