Html Css Color HEX #3F597C Chambray

📋 copy color: '#3F597C'

red 63 ◦ green 89 ◦ blue 124

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

Shades of Chambray #3F597C

Tints of Chambray #3F597C

RGB

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

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

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

R = 22.83%
G = 32.25%
B = 44.93%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F597C (or 0x3F597C) is known color: Chambray. HEX triplet: 3F, 59 and 7C. RGB value is (63,89,124). Sum of RGB (Red+Green+Blue) = 63+89+124=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F597C is #C0A683. Grayscale: #555555. Windows color (decimal): -12625540 or 8149311. OLE color: 8149311.

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

Color convert

RGB 63 89 124 -
CMYK 0.49 0.28 0 0.51
HSL 214.43º 0.33% 0.37% -
HSV(B) 214.43º 0.49% 0.49% -
XYZ 9.26 9.66 20.44 -
YUV 85.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 63 89 124 0.49 0.28 0 0.51 214.43 0.33 0.37
Hex 3F 59 7C 31 1C 0 33 D6 21 25
Octal 77 131 174 61 34 0 63 326 41 45
Binary 111111 1011001 1111100 110001 11100 0 110011 11010110 100001 100101

Color Harmonies of #3F597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F597C

Black with #3F597C

Text Example


Text Example

White with #3F597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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