Html Css Color HEX #3F5977 Chambray

📋 copy color: '#3F5977'

red 63 ◦ green 89 ◦ blue 119

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

Shades of Chambray #3F5977

Tints of Chambray #3F5977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.84%

 BLUE value IS 119 (46.88% from 255) = 43.91%

R = 23.25%
G = 32.84%
B = 43.91%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F5977 (or 0x3F5977) is known color: Chambray. HEX triplet: 3F, 59 and 77. RGB value is (63,89,119). Sum of RGB (Red+Green+Blue) = 63+89+119=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F5977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5977 is #C0A688. Grayscale: #545454. Windows color (decimal): -12625545 or 7821631. OLE color: 7821631.

HSL color Cylindrical-coordinate representation of color #3F5977: hue angle of 212.14º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F5977 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 89 119 -
CMYK 0.47 0.25 0 0.53
HSL 212.14º 0.31% 0.36% -
HSV(B) 212.14º 0.47% 0.47% -
XYZ 8.95 9.53 18.82 -
YUV 84.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 63 89 119 0.47 0.25 0 0.53 212.14 0.31 0.36
Hex 3F 59 77 2F 19 0 35 D4 1F 24
Octal 77 131 167 57 31 0 65 324 37 44
Binary 111111 1011001 1110111 101111 11001 0 110101 11010100 11111 100100

Color Harmonies of #3F5977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5977

Black with #3F5977

Text Example


Text Example

White with #3F5977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,89,119); }

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

background-color css

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

 a { background-color: rgb(63,89,119); }

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

border-color css

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

 span { border-color: rgb(63,89,119); }

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