Html Css Color HEX #3F4F65 Cello

📋 copy color: '#3F4F65'

red 63 ◦ green 79 ◦ blue 101

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

Shades of Cello #3F4F65

Tints of Cello #3F4F65

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.51%

 BLUE value IS 101 (39.84% from 255) = 41.56%

R = 25.93%
G = 32.51%
B = 41.56%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3F4F65 (or 0x3F4F65) is known color: Cello. HEX triplet: 3F, 4F and 65. RGB value is (63,79,101). Sum of RGB (Red+Green+Blue) = 63+79+101=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F4F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4F65 is #C0B09A. Grayscale: #4C4C4C. Windows color (decimal): -12628123 or 6639423. OLE color: 6639423.

HSL color Cylindrical-coordinate representation of color #3F4F65: hue angle of 214.74º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F4F65 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 63 79 101 -
CMYK 0.38 0.22 0 0.60
HSL 214.74º 0.23% 0.32% -
HSV(B) 214.74º 0.38% 0.4% -
XYZ 7.19 7.59 13.4 -
YUV 76.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 63 79 101 0.38 0.22 0 0.60 214.74 0.23 0.32
Hex 3F 4F 65 26 16 0 3C D7 17 20
Octal 77 117 145 46 26 0 74 327 27 40
Binary 111111 1001111 1100101 100110 10110 0 111100 11010111 10111 100000

Color Harmonies of #3F4F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4F65

Black with #3F4F65

Text Example


Text Example

White with #3F4F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,79,101); }

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

background-color css

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

 a { background-color: rgb(63,79,101); }

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

border-color css

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

 span { border-color: rgb(63,79,101); }

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