Html Css Color HEX #3F597B Chambray

📋 copy color: '#3F597B'

red 63 ◦ green 89 ◦ blue 123

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

Shades of Chambray #3F597B

Tints of Chambray #3F597B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.73%

R = 22.91%
G = 32.36%
B = 44.73%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3F597B (or 0x3F597B) is known color: Chambray. HEX triplet: 3F, 59 and 7B. RGB value is (63,89,123). Sum of RGB (Red+Green+Blue) = 63+89+123=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F597B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F597B is #C0A684. Grayscale: #545454. Windows color (decimal): -12625541 or 8083775. OLE color: 8083775.

HSL color Cylindrical-coordinate representation of color #3F597B: hue angle of 214º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F597B is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 63 89 123 -
CMYK 0.49 0.28 0 0.52
HSL 214º 0.32% 0.36% -
HSV(B) 214º 0.49% 0.48% -
XYZ 9.2 9.63 20.11 -
YUV 85.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 63 89 123 0.49 0.28 0 0.52 214 0.32 0.36
Hex 3F 59 7B 31 1C 0 34 D6 20 24
Octal 77 131 173 61 34 0 64 326 40 44
Binary 111111 1011001 1111011 110001 11100 0 110100 11010110 100000 100100

Color Harmonies of #3F597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F597B

Black with #3F597B

Text Example


Text Example

White with #3F597B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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