Html Css Color HEX #3F5054 Casal

📋 copy color: '#3F5054'

red 63 ◦ green 80 ◦ blue 84

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

Shades of Casal #3F5054

Tints of Casal #3F5054

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

 BLUE value IS 84 (33.2% from 255) = 37%

R = 27.75%
G = 35.24%
B = 37%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3F5054 (or 0x3F5054) is known color: Casal. HEX triplet: 3F, 50 and 54. RGB value is (63,80,84). Sum of RGB (Red+Green+Blue) = 63+80+84=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F5054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5054 is #C0AFAB. Grayscale: #4B4B4B. Windows color (decimal): -12627884 or 5525567. OLE color: 5525567.

HSL color Cylindrical-coordinate representation of color #3F5054: hue angle of 191.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F5054 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 80 84 -
CMYK 0.25 0.05 0 0.67
HSL 191.43º 0.14% 0.29% -
HSV(B) 191.43º 0.25% 0.33% -
XYZ 6.52 7.43 9.48 -
YUV 75.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 63 80 84 0.25 0.05 0 0.67 191.43 0.14 0.29
Hex 3F 50 54 19 5 0 43 BF E 1D
Octal 77 120 124 31 5 0 103 277 16 35
Binary 111111 1010000 1010100 11001 101 0 1000011 10111111 1110 11101

Color Harmonies of #3F5054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5054

Black with #3F5054

Text Example


Text Example

White with #3F5054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,80,84); }

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

background-color css

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

 a { background-color: rgb(63,80,84); }

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

border-color css

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

 span { border-color: rgb(63,80,84); }

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