#3F5473

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

Shades of Chambray #3F5473

Tints of Chambray #3F5473

Color information

#3F5473 (or 0x3F5473) is unknown color: approx Chambray. HEX triplet: 3F, 54 and 73. RGB value is (63,84,115). Sum of RGB (Red+Green+Blue) = 63+84+115=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F5473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5473 is #C0AB8C. Grayscale: #515151. Windows color (decimal): -12626829 or 7558207. OLE color: 7558207.

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

Color convert

RGB6384115-
CMYK0.450.2700.55
HSL215.77º29.21%34.9%-
HSV(B)215.77º45.22%45.1%-
XYZ8.318.6417.45-
YUV81.26147.04114.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.05%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=24.05%
G=32.06%
B=43.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63841150.450.2700.55215.7729.2134.9
Hex3F54732D1B037d81d23
Octal7712416355330673303543
Binary111111101010011100111011011101101101111101100011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,84,115); }

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

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

 a { background-color: rgb(63,84,115); }

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

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

 span { border-color: rgb(63,84,115); }

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