Html Css Color HEX #3F577C Chambray

📋 copy color: '#3F577C'

red 63 ◦ green 87 ◦ blue 124

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

Shades of Chambray #3F577C

Tints of Chambray #3F577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.75%

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

R = 22.99%
G = 31.75%
B = 45.26%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F577C (or 0x3F577C) is known color: Chambray. HEX triplet: 3F, 57 and 7C. RGB value is (63,87,124). Sum of RGB (Red+Green+Blue) = 63+87+124=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F577C is #C0A883. Grayscale: #535353. Windows color (decimal): -12626052 or 8148799. OLE color: 8148799.

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

Color convert

RGB 63 87 124 -
CMYK 0.49 0.30 0 0.51
HSL 216.39º 0.33% 0.37% -
HSV(B) 216.39º 0.49% 0.49% -
XYZ 9.1 9.33 20.39 -
YUV 84.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 63 87 124 0.49 0.30 0 0.51 216.39 0.33 0.37
Hex 3F 57 7C 31 1E 0 33 D8 21 25
Octal 77 127 174 61 36 0 63 330 41 45
Binary 111111 1010111 1111100 110001 11110 0 110011 11011000 100001 100101

Color Harmonies of #3F577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F577C

Black with #3F577C

Text Example


Text Example

White with #3F577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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