Html Css Color HEX #3F5266 Cello

📋 copy color: '#3F5266'

red 63 ◦ green 82 ◦ blue 102

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

Shades of Cello #3F5266

Tints of Cello #3F5266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

 BLUE value IS 102 (40.23% from 255) = 41.3%

R = 25.51%
G = 33.2%
B = 41.3%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3F5266 (or 0x3F5266) is known color: Cello. HEX triplet: 3F, 52 and 66. RGB value is (63,82,102). Sum of RGB (Red+Green+Blue) = 63+82+102=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F5266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5266 is #C0AD99. Grayscale: #4E4E4E. Windows color (decimal): -12627354 or 6705727. OLE color: 6705727.

HSL color Cylindrical-coordinate representation of color #3F5266: hue angle of 210.77º degrees, saturation: 0.24, 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 #3F5266 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 63 82 102 -
CMYK 0.38 0.20 0 0.6
HSL 210.77º 0.24% 0.32% -
HSV(B) 210.77º 0.38% 0.4% -
XYZ 7.47 8.05 13.73 -
YUV 78.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 63 82 102 0.38 0.20 0 0.6 210.77 0.24 0.32
Hex 3F 52 66 26 14 0 3C D3 18 20
Octal 77 122 146 46 24 0 74 323 30 40
Binary 111111 1010010 1100110 100110 10100 0 111100 11010011 11000 100000

Color Harmonies of #3F5266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5266

Black with #3F5266

Text Example


Text Example

White with #3F5266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,82,102); }

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

background-color css

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

 a { background-color: rgb(63,82,102); }

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

border-color css

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

 span { border-color: rgb(63,82,102); }

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