Html Css Color HEX #3F4D58 Cello

📋 copy color: '#3F4D58'

red 63 ◦ green 77 ◦ blue 88

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

Shades of Cello #3F4D58

Tints of Cello #3F4D58

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.77%

 BLUE value IS 88 (34.77% from 255) = 38.6%

R = 27.63%
G = 33.77%
B = 38.6%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F4D58 (or 0x3F4D58) is known color: Cello. HEX triplet: 3F, 4D and 58. RGB value is (63,77,88). Sum of RGB (Red+Green+Blue) = 63+77+88=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F4D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4D58 is #C0B2A7. Grayscale: #4A4A4A. Windows color (decimal): -12628648 or 5786943. OLE color: 5786943.

HSL color Cylindrical-coordinate representation of color #3F4D58: hue angle of 206.4º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F4D58 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 77 88 -
CMYK 0.28 0.12 0 0.65
HSL 206.4º 0.17% 0.3% -
HSV(B) 206.4º 0.28% 0.35% -
XYZ 6.47 7.07 10.26 -
YUV 74.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 63 77 88 0.28 0.12 0 0.65 206.4 0.17 0.3
Hex 3F 4D 58 1C C 0 41 CE 11 1E
Octal 77 115 130 34 14 0 101 316 21 36
Binary 111111 1001101 1011000 11100 1100 0 1000001 11001110 10001 11110

Color Harmonies of #3F4D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4D58

Black with #3F4D58

Text Example


Text Example

White with #3F4D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,77,88); }

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

background-color css

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

 a { background-color: rgb(63,77,88); }

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

border-color css

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

 span { border-color: rgb(63,77,88); }

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