Html Css Color HEX #3F555B Casal

📋 copy color: '#3F555B'

red 63 ◦ green 85 ◦ blue 91

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

Shades of Casal #3F555B

Tints of Casal #3F555B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.08%

R = 26.36%
G = 35.56%
B = 38.08%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F555B (or 0x3F555B) is known color: Casal. HEX triplet: 3F, 55 and 5B. RGB value is (63,85,91). Sum of RGB (Red+Green+Blue) = 63+85+91=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F555B is #C0AAA4. Grayscale: #4F4F4F. Windows color (decimal): -12626597 or 5985599. OLE color: 5985599.

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

Color convert

RGB 63 85 91 -
CMYK 0.31 0.07 0 0.64
HSL 192.86º 0.18% 0.3% -
HSV(B) 192.86º 0.31% 0.36% -
XYZ 7.19 8.31 11.12 -
YUV 79.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 63 85 91 0.31 0.07 0 0.64 192.86 0.18 0.3
Hex 3F 55 5B 1F 7 0 40 C1 12 1E
Octal 77 125 133 37 7 0 100 301 22 36
Binary 111111 1010101 1011011 11111 111 0 1000000 11000001 10010 11110

Color Harmonies of #3F555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F555B

Black with #3F555B

Text Example


Text Example

White with #3F555B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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