Html Css Color HEX #3F5053 Casal

📋 copy color: '#3F5053'

red 63 ◦ green 80 ◦ blue 83

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

Shades of Casal #3F5053

Tints of Casal #3F5053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 27.88%
G = 35.4%
B = 36.73%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3F5053 (or 0x3F5053) is known color: Casal. HEX triplet: 3F, 50 and 53. RGB value is (63,80,83). Sum of RGB (Red+Green+Blue) = 63+80+83=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F5053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5053 is #C0AFAC. Grayscale: #4B4B4B. Windows color (decimal): -12627885 or 5460031. OLE color: 5460031.

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

Color convert

RGB 63 80 83 -
CMYK 0.24 0.04 0 0.67
HSL 189º 0.14% 0.29% -
HSV(B) 189º 0.24% 0.33% -
XYZ 6.48 7.42 9.27 -
YUV 75.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 63 80 83 0.24 0.04 0 0.67 189 0.14 0.29
Hex 3F 50 53 18 4 0 43 BD E 1D
Octal 77 120 123 30 4 0 103 275 16 35
Binary 111111 1010000 1010011 11000 100 0 1000011 10111101 1110 11101

Color Harmonies of #3F5053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5053

Black with #3F5053

Text Example


Text Example

White with #3F5053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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