Html Css Color HEX #3F546E Chambray

📋 copy color: '#3F546E'

red 63 ◦ green 84 ◦ blue 110

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

Shades of Chambray #3F546E

Tints of Chambray #3F546E

RGB

 RED value IS 63 (25% from 255) = 24.51%

 GREEN value IS 84 (33.2% from 255) = 32.68%

 BLUE value IS 110 (43.36% from 255) = 42.8%

R = 24.51%
G = 32.68%
B = 42.8%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3F546E (or 0x3F546E) is known color: Chambray. HEX triplet: 3F, 54 and 6E. RGB value is (63,84,110). Sum of RGB (Red+Green+Blue) = 63+84+110=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F546E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F546E is #C0AB91. Grayscale: #505050. Windows color (decimal): -12626834 or 7230527. OLE color: 7230527.

HSL color Cylindrical-coordinate representation of color #3F546E: hue angle of 213.19º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F546E is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 63 84 110 -
CMYK 0.43 0.24 0 0.57
HSL 213.19º 0.27% 0.34% -
HSV(B) 213.19º 0.43% 0.43% -
XYZ 8.03 8.52 15.97 -
YUV 80.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 63 84 110 0.43 0.24 0 0.57 213.19 0.27 0.34
Hex 3F 54 6E 2B 18 0 39 D5 1B 22
Octal 77 124 156 53 30 0 71 325 33 42
Binary 111111 1010100 1101110 101011 11000 0 111001 11010101 11011 100010

Color Harmonies of #3F546E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F546E

Black with #3F546E

Text Example


Text Example

White with #3F546E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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