Html Css Color HEX #3F535C Casal

📋 copy color: '#3F535C'

red 63 ◦ green 83 ◦ blue 92

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

Shades of Casal #3F535C

Tints of Casal #3F535C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.87%

 BLUE value IS 92 (36.33% from 255) = 38.66%

R = 26.47%
G = 34.87%
B = 38.66%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F535C (or 0x3F535C) is known color: Casal. HEX triplet: 3F, 53 and 5C. RGB value is (63,83,92). Sum of RGB (Red+Green+Blue) = 63+83+92=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 92 - color contains mainly: blue. Hex color #3F535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F535C is #C0ACA3. Grayscale: #4D4D4D. Windows color (decimal): -12627108 or 6050623. OLE color: 6050623.

HSL color Cylindrical-coordinate representation of color #3F535C: hue angle of 198.62º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F535C is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 63 83 92 -
CMYK 0.32 0.10 0 0.64
HSL 198.62º 0.19% 0.3% -
HSV(B) 198.62º 0.32% 0.36% -
XYZ 7.07 8.02 11.3 -
YUV 78.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 63 83 92 0.32 0.10 0 0.64 198.62 0.19 0.3
Hex 3F 53 5C 20 A 0 40 C7 13 1E
Octal 77 123 134 40 12 0 100 307 23 36
Binary 111111 1010011 1011100 100000 1010 0 1000000 11000111 10011 11110

Color Harmonies of #3F535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F535C

Black with #3F535C

Text Example


Text Example

White with #3F535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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