#3F5475

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

Shades of Chambray #3F5475

Tints of Chambray #3F5475

Color information

#3F5475 (or 0x3F5475) is unknown color: approx Chambray. HEX triplet: 3F, 54 and 75. RGB value is (63,84,117). Sum of RGB (Red+Green+Blue) = 63+84+117=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F5475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5475 is #C0AB8A. Grayscale: #515151. Windows color (decimal): -12626827 or 7689279. OLE color: 7689279.

HSL color Cylindrical-coordinate representation of color #3F5475: hue angle of 216.67º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F5475 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6384117-
CMYK0.460.2800.54
HSL216.67º30%35.29%-
HSV(B)216.67º46.15%45.88%-
XYZ8.438.6818.06-
YUV81.48148.04114.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.86%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 117 (46.09% from 255) = 44.32%
R=23.86%
G=31.82%
B=44.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63841170.460.2800.54216.673035.29
Hex3F54752E1C036d91e23
Octal7712416556340663313643
Binary111111101010011101011011101110001101101101100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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