Html Css Color HEX #3F5772 Chambray

📋 copy color: '#3F5772'

red 63 ◦ green 87 ◦ blue 114

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

Shades of Chambray #3F5772

Tints of Chambray #3F5772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.18%

R = 23.86%
G = 32.95%
B = 43.18%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F5772 (or 0x3F5772) is known color: Chambray. HEX triplet: 3F, 57 and 72. RGB value is (63,87,114). Sum of RGB (Red+Green+Blue) = 63+87+114=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F5772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5772 is #C0A88D. Grayscale: #525252. Windows color (decimal): -12626062 or 7493439. OLE color: 7493439.

HSL color Cylindrical-coordinate representation of color #3F5772: hue angle of 211.76º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F5772 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 87 114 -
CMYK 0.45 0.24 0 0.55
HSL 211.76º 0.29% 0.35% -
HSV(B) 211.76º 0.45% 0.45% -
XYZ 8.5 9.09 17.23 -
YUV 82.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 63 87 114 0.45 0.24 0 0.55 211.76 0.29 0.35
Hex 3F 57 72 2D 18 0 37 D4 1D 23
Octal 77 127 162 55 30 0 67 324 35 43
Binary 111111 1010111 1110010 101101 11000 0 110111 11010100 11101 100011

Color Harmonies of #3F5772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5772

Black with #3F5772

Text Example


Text Example

White with #3F5772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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