Html Css Color HEX #3F557C Chambray

📋 copy color: '#3F557C'

red 63 ◦ green 85 ◦ blue 124

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

Shades of Chambray #3F557C

Tints of Chambray #3F557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.25%

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

R = 23.16%
G = 31.25%
B = 45.59%

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

#3F557C (or 0x3F557C) is known color: Chambray. HEX triplet: 3F, 55 and 7C. RGB value is (63,85,124). Sum of RGB (Red+Green+Blue) = 63+85+124=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F557C is #C0AA83. Grayscale: #525252. Windows color (decimal): -12626564 or 8148287. OLE color: 8148287.

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

Color convert

RGB 63 85 124 -
CMYK 0.49 0.31 0 0.51
HSL 218.36º 0.33% 0.37% -
HSV(B) 218.36º 0.49% 0.49% -
XYZ 8.94 9.01 20.34 -
YUV 82.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 63 85 124 0.49 0.31 0 0.51 218.36 0.33 0.37
Hex 3F 55 7C 31 1F 0 33 DA 21 25
Octal 77 125 174 61 37 0 63 332 41 45
Binary 111111 1010101 1111100 110001 11111 0 110011 11011010 100001 100101

Color Harmonies of #3F557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F557C

Black with #3F557C

Text Example


Text Example

White with #3F557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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