Html Css Color HEX #3F567C Chambray

📋 copy color: '#3F567C'

red 63 ◦ green 86 ◦ blue 124

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

Shades of Chambray #3F567C

Tints of Chambray #3F567C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 23.08%
G = 31.5%
B = 45.42%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F567C (or 0x3F567C) is known color: Chambray. HEX triplet: 3F, 56 and 7C. RGB value is (63,86,124). Sum of RGB (Red+Green+Blue) = 63+86+124=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F567C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F567C is #C0A983. Grayscale: #535353. Windows color (decimal): -12626308 or 8148543. OLE color: 8148543.

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

Color convert

RGB 63 86 124 -
CMYK 0.49 0.31 0 0.51
HSL 217.38º 0.33% 0.37% -
HSV(B) 217.38º 0.49% 0.49% -
XYZ 9.02 9.17 20.36 -
YUV 83.46 150.88 113.41 -
System Red Green Blue C M Y K H S L
Decimal 63 86 124 0.49 0.31 0 0.51 217.38 0.33 0.37
Hex 3F 56 7C 31 1F 0 33 D9 21 25
Octal 77 126 174 61 37 0 63 331 41 45
Binary 111111 1010110 1111100 110001 11111 0 110011 11011001 100001 100101

Color Harmonies of #3F567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F567C

Black with #3F567C

Text Example


Text Example

White with #3F567C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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