Html Css Color HEX #3F556A Cello

📋 copy color: '#3F556A'

red 63 ◦ green 85 ◦ blue 106

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

Shades of Cello #3F556A

Tints of Cello #3F556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.46%

 BLUE value IS 106 (41.8% from 255) = 41.73%

R = 24.8%
G = 33.46%
B = 41.73%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F556A (or 0x3F556A) is known color: Cello. HEX triplet: 3F, 55 and 6A. RGB value is (63,85,106). Sum of RGB (Red+Green+Blue) = 63+85+106=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F556A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F556A is #C0AA95. Grayscale: #505050. Windows color (decimal): -12626582 or 6968639. OLE color: 6968639.

HSL color Cylindrical-coordinate representation of color #3F556A: hue angle of 209.3º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F556A is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 85 106 -
CMYK 0.41 0.20 0 0.58
HSL 209.3º 0.25% 0.33% -
HSV(B) 209.3º 0.41% 0.42% -
XYZ 7.9 8.59 14.88 -
YUV 80.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 63 85 106 0.41 0.20 0 0.58 209.3 0.25 0.33
Hex 3F 55 6A 29 14 0 3A D1 19 21
Octal 77 125 152 51 24 0 72 321 31 41
Binary 111111 1010101 1101010 101001 10100 0 111010 11010001 11001 100001

Color Harmonies of #3F556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F556A

Black with #3F556A

Text Example


Text Example

White with #3F556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,85,106); }

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

background-color css

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

 a { background-color: rgb(63,85,106); }

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

border-color css

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

 span { border-color: rgb(63,85,106); }

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