Html Css Color HEX #3D577D Chambray

📋 copy color: '#3D577D'

red 61 ◦ green 87 ◦ blue 125

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

Shades of Chambray #3D577D

Tints of Chambray #3D577D

RGB

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

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

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

R = 22.34%
G = 31.87%
B = 45.79%

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

#3D577D (or 0x3D577D) is known color: Chambray. HEX triplet: 3D, 57 and 7D. RGB value is (61,87,125). Sum of RGB (Red+Green+Blue) = 61+87+125=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #3D577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D577D is #C2A882. Grayscale: #535353. Windows color (decimal): -12757123 or 8214333. OLE color: 8214333.

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

Color convert

RGB 61 87 125 -
CMYK 0.51 0.30 0 0.51
HSL 215.63º 0.34% 0.36% -
HSV(B) 215.63º 0.51% 0.49% -
XYZ 9.03 9.29 20.72 -
YUV 83.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 61 87 125 0.51 0.30 0 0.51 215.63 0.34 0.36
Hex 3D 57 7D 33 1E 0 33 D8 22 24
Octal 75 127 175 63 36 0 63 330 42 44
Binary 111101 1010111 1111101 110011 11110 0 110011 11011000 100010 100100

Color Harmonies of #3D577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D577D

Black with #3D577D

Text Example


Text Example

White with #3D577D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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