Html Css Color HEX #3F5259 Casal

📋 copy color: '#3F5259'

red 63 ◦ green 82 ◦ blue 89

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

Shades of Casal #3F5259

Tints of Casal #3F5259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 38.03%

R = 26.92%
G = 35.04%
B = 38.03%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F5259 (or 0x3F5259) is known color: Casal. HEX triplet: 3F, 52 and 59. RGB value is (63,82,89). Sum of RGB (Red+Green+Blue) = 63+82+89=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F5259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5259 is #C0ADA6. Grayscale: #4D4D4D. Windows color (decimal): -12627367 or 5853759. OLE color: 5853759.

HSL color Cylindrical-coordinate representation of color #3F5259: hue angle of 196.15º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F5259 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 82 89 -
CMYK 0.29 0.08 0 0.65
HSL 196.15º 0.17% 0.3% -
HSV(B) 196.15º 0.29% 0.35% -
XYZ 6.87 7.81 10.6 -
YUV 77.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 63 82 89 0.29 0.08 0 0.65 196.15 0.17 0.3
Hex 3F 52 59 1D 8 0 41 C4 11 1E
Octal 77 122 131 35 10 0 101 304 21 36
Binary 111111 1010010 1011001 11101 1000 0 1000001 11000100 10001 11110

Color Harmonies of #3F5259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5259

Black with #3F5259

Text Example


Text Example

White with #3F5259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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