Html Css Color HEX #3F555C Casal

📋 copy color: '#3F555C'

red 63 ◦ green 85 ◦ blue 92

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

Shades of Casal #3F555C

Tints of Casal #3F555C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.42%

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

R = 26.25%
G = 35.42%
B = 38.33%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F555C (or 0x3F555C) is known color: Casal. HEX triplet: 3F, 55 and 5C. RGB value is (63,85,92). Sum of RGB (Red+Green+Blue) = 63+85+92=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 92 - color contains mainly: blue. Hex color #3F555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F555C is #C0AAA3. Grayscale: #4F4F4F. Windows color (decimal): -12626596 or 6051135. OLE color: 6051135.

HSL color Cylindrical-coordinate representation of color #3F555C: hue angle of 194.48º 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 #3F555C is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 63 85 92 -
CMYK 0.32 0.08 0 0.64
HSL 194.48º 0.19% 0.3% -
HSV(B) 194.48º 0.32% 0.36% -
XYZ 7.23 8.33 11.35 -
YUV 79.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 63 85 92 0.32 0.08 0 0.64 194.48 0.19 0.3
Hex 3F 55 5C 20 8 0 40 C2 13 1E
Octal 77 125 134 40 10 0 100 302 23 36
Binary 111111 1010101 1011100 100000 1000 0 1000000 11000010 10011 11110

Color Harmonies of #3F555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F555C

Black with #3F555C

Text Example


Text Example

White with #3F555C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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