Html Css Color HEX #3D577C Chambray

📋 copy color: '#3D577C'

red 61 ◦ green 87 ◦ blue 124

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

Shades of Chambray #3D577C

Tints of Chambray #3D577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.99%

 BLUE value IS 124 (48.83% from 255) = 45.59%

R = 22.43%
G = 31.99%
B = 45.59%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D577C (or 0x3D577C) is known color: Chambray. HEX triplet: 3D, 57 and 7C. RGB value is (61,87,124). Sum of RGB (Red+Green+Blue) = 61+87+124=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D577C is #C2A883. Grayscale: #535353. Windows color (decimal): -12757124 or 8148797. OLE color: 8148797.

HSL color Cylindrical-coordinate representation of color #3D577C: hue angle of 215.24º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D577C is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 61 87 124 -
CMYK 0.51 0.30 0 0.51
HSL 215.24º 0.34% 0.36% -
HSV(B) 215.24º 0.51% 0.49% -
XYZ 8.97 9.26 20.38 -
YUV 83.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 61 87 124 0.51 0.30 0 0.51 215.24 0.34 0.36
Hex 3D 57 7C 33 1E 0 33 D7 22 24
Octal 75 127 174 63 36 0 63 327 42 44
Binary 111101 1010111 1111100 110011 11110 0 110011 11010111 100010 100100

Color Harmonies of #3D577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D577C

Black with #3D577C

Text Example


Text Example

White with #3D577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,87,124); }

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

background-color css

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

 a { background-color: rgb(61,87,124); }

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

border-color css

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

 span { border-color: rgb(61,87,124); }

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