Html Css Color HEX #3F5258 Casal

📋 copy color: '#3F5258'

red 63 ◦ green 82 ◦ blue 88

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

Shades of Casal #3F5258

Tints of Casal #3F5258

RGB

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

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

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

R = 27.04%
G = 35.19%
B = 37.77%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F5258 (or 0x3F5258) is known color: Casal. HEX triplet: 3F, 52 and 58. RGB value is (63,82,88). Sum of RGB (Red+Green+Blue) = 63+82+88=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F5258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5258 is #C0ADA7. Grayscale: #4C4C4C. Windows color (decimal): -12627368 or 5788223. OLE color: 5788223.

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

Color convert

RGB 63 82 88 -
CMYK 0.28 0.07 0 0.65
HSL 194.4º 0.17% 0.3% -
HSV(B) 194.4º 0.28% 0.35% -
XYZ 6.83 7.8 10.38 -
YUV 77 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 63 82 88 0.28 0.07 0 0.65 194.4 0.17 0.3
Hex 3F 52 58 1C 7 0 41 C2 11 1E
Octal 77 122 130 34 7 0 101 302 21 36
Binary 111111 1010010 1011000 11100 111 0 1000001 11000010 10001 11110

Color Harmonies of #3F5258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5258

Black with #3F5258

Text Example


Text Example

White with #3F5258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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