Html Css Color HEX #3F5558 Casal

📋 copy color: '#3F5558'

red 63 ◦ green 85 ◦ blue 88

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

Shades of Casal #3F5558

Tints of Casal #3F5558

RGB

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

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

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

R = 26.69%
G = 36.02%
B = 37.29%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F5558 (or 0x3F5558) is known color: Casal. HEX triplet: 3F, 55 and 58. RGB value is (63,85,88). Sum of RGB (Red+Green+Blue) = 63+85+88=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F5558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5558 is #C0AAA7. Grayscale: #4E4E4E. Windows color (decimal): -12626600 or 5788991. OLE color: 5788991.

HSL color Cylindrical-coordinate representation of color #3F5558: hue angle of 187.2º 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 #3F5558 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 85 88 -
CMYK 0.28 0.03 0 0.65
HSL 187.2º 0.17% 0.3% -
HSV(B) 187.2º 0.28% 0.35% -
XYZ 7.06 8.26 10.45 -
YUV 78.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 63 85 88 0.28 0.03 0 0.65 187.2 0.17 0.3
Hex 3F 55 58 1C 3 0 41 BB 11 1E
Octal 77 125 130 34 3 0 101 273 21 36
Binary 111111 1010101 1011000 11100 11 0 1000001 10111011 10001 11110

Color Harmonies of #3F5558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5558

Black with #3F5558

Text Example


Text Example

White with #3F5558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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