Html Css Color HEX #3F567E Chambray

📋 copy color: '#3F567E'

red 63 ◦ green 86 ◦ blue 126

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

Shades of Chambray #3F567E

Tints of Chambray #3F567E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.27%

 BLUE value IS 126 (49.61% from 255) = 45.82%

R = 22.91%
G = 31.27%
B = 45.82%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F567E (or 0x3F567E) is known color: Chambray. HEX triplet: 3F, 56 and 7E. RGB value is (63,86,126). Sum of RGB (Red+Green+Blue) = 63+86+126=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 126 - color contains mainly: blue. Hex color #3F567E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F567E is #C0A981. Grayscale: #535353. Windows color (decimal): -12626306 or 8279615. OLE color: 8279615.

HSL color Cylindrical-coordinate representation of color #3F567E: hue angle of 218.1º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F567E is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 86 126 -
CMYK 0.50 0.32 0 0.51
HSL 218.1º 0.33% 0.37% -
HSV(B) 218.1º 0.5% 0.49% -
XYZ 9.14 9.22 21.04 -
YUV 83.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 63 86 126 0.50 0.32 0 0.51 218.1 0.33 0.37
Hex 3F 56 7E 32 20 0 33 DA 21 25
Octal 77 126 176 62 40 0 63 332 41 45
Binary 111111 1010110 1111110 110010 100000 0 110011 11011010 100001 100101

Color Harmonies of #3F567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F567E

Black with #3F567E

Text Example


Text Example

White with #3F567E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,86,126); }

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

background-color css

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

 a { background-color: rgb(63,86,126); }

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

border-color css

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

 span { border-color: rgb(63,86,126); }

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