#3D547B

Color #3D547B Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #3D547B

Tints of Chambray #3D547B

Color information

#3D547B (or 0x3D547B) is unknown color: approx Chambray. HEX triplet: 3D, 54 and 7B. RGB value is (61,84,123). Sum of RGB (Red+Green+Blue) = 61+84+123=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D547B is #C2AB84. Grayscale: #515151. Windows color (decimal): -12757893 or 8082493. OLE color: 8082493.

HSL color Cylindrical-coordinate representation of color #3D547B: hue angle of 217.74º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D547B is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6184123-
CMYK0.500.3200.52
HSL217.74º33.7%36.08%-
HSV(B)217.74º50.41%48.24%-
XYZ8.678.7619.97-
YUV81.57151.38113.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.76%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 123 (48.44% from 255) = 45.90%
R=22.76%
G=31.34%
B=45.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61841230.500.3200.52217.7433.736.08
Hex3D547B3220034da2224
Octal7512417362400643324244
Binary11110110101001111011110010100000011010011011010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,84,123); }

 H1.HeaderClassName
 {
   color: #3D547B;
 }
 .AnyTagClassName
 {
   color: #3D547B;
 }
</style>
background-color css

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

 a { background-color: rgb(61,84,123); }

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

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

 span { border-color: rgb(61,84,123); }

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