#2F575E

Color #2F575E Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #2F575E

Tints of Casal #2F575E

Color information

#2F575E (or 0x2F575E) is unknown color: approx Casal. HEX triplet: 2F, 57 and 5E. RGB value is (47,87,94). Sum of RGB (Red+Green+Blue) = 47+87+94=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F575E is #D0A8A1. Grayscale: #4B4B4B. Windows color (decimal): -13674658 or 6182703. OLE color: 6182703.

HSL color Cylindrical-coordinate representation of color #2F575E: hue angle of 188.94º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F575E is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB478794-
CMYK0.50.0700.63
HSL188.94º33.33%27.65%-
HSV(B)188.94º50%36.86%-
XYZ6.68.2311.83-
YUV75.84138.25107.43-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.61%
GREEN value IS 87 (34.38% from 255) = 38.16%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=20.61%
G=38.16%
B=41.23%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4787940.50.0700.63188.9433.3327.65
Hex2F575E32703Fbd211c
Octal571271366270772754134
Binary1011111010111101111011001011101111111011110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F575E; }

 p { color: rgb(47,87,94); }

 H1.HeaderClassName
 {
   color: #2F575E;
 }
 .AnyTagClassName
 {
   color: #2F575E;
 }
</style>
background-color css

<style>
 a { background-color: #2F575E; }

 a { background-color: rgb(47,87,94); }

 div.DivClassName
 {
   background-color: #2F575E;
 }
 .BgClassName
 {
   background-color: #2F575E;
 }
</style>
border-color css

<style>
 span { border-color: #2F575E; }

 span { border-color: rgb(47,87,94); }

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