Html Css Color HEX #3F567D Chambray

📋 copy color: '#3F567D'

red 63 ◦ green 86 ◦ blue 125

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

Shades of Chambray #3F567D

Tints of Chambray #3F567D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.62%

R = 22.99%
G = 31.39%
B = 45.62%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F567D (or 0x3F567D) is known color: Chambray. HEX triplet: 3F, 56 and 7D. RGB value is (63,86,125). Sum of RGB (Red+Green+Blue) = 63+86+125=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F567D is #C0A982. Grayscale: #535353. Windows color (decimal): -12626307 or 8214079. OLE color: 8214079.

HSL color Cylindrical-coordinate representation of color #3F567D: hue angle of 217.74º 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 #3F567D is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 86 125 -
CMYK 0.50 0.31 0 0.51
HSL 217.74º 0.33% 0.37% -
HSV(B) 217.74º 0.5% 0.49% -
XYZ 9.08 9.19 20.7 -
YUV 83.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 63 86 125 0.50 0.31 0 0.51 217.74 0.33 0.37
Hex 3F 56 7D 32 1F 0 33 DA 21 25
Octal 77 126 175 62 37 0 63 332 41 45
Binary 111111 1010110 1111101 110010 11111 0 110011 11011010 100001 100101

Color Harmonies of #3F567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F567D

Black with #3F567D

Text Example


Text Example

White with #3F567D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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