Html Css Color HEX #3D557D Chambray

📋 copy color: '#3D557D'

red 61 ◦ green 85 ◦ blue 125

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

Shades of Chambray #3D557D

Tints of Chambray #3D557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.37%

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

R = 22.51%
G = 31.37%
B = 46.13%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D557D (or 0x3D557D) is known color: Chambray. HEX triplet: 3D, 55 and 7D. RGB value is (61,85,125). Sum of RGB (Red+Green+Blue) = 61+85+125=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #3D557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D557D is #C2AA82. Grayscale: #525252. Windows color (decimal): -12757635 or 8213821. OLE color: 8213821.

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

Color convert

RGB 61 85 125 -
CMYK 0.51 0.32 0 0.51
HSL 217.5º 0.34% 0.36% -
HSV(B) 217.5º 0.51% 0.49% -
XYZ 8.87 8.97 20.67 -
YUV 82.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 61 85 125 0.51 0.32 0 0.51 217.5 0.34 0.36
Hex 3D 55 7D 33 20 0 33 DA 22 24
Octal 75 125 175 63 40 0 63 332 42 44
Binary 111101 1010101 1111101 110011 100000 0 110011 11011010 100010 100100

Color Harmonies of #3D557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D557D

Black with #3D557D

Text Example


Text Example

White with #3D557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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