#2F545E

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

Shades of Casal #2F545E

Tints of Casal #2F545E

Color information

#2F545E (or 0x2F545E) is unknown color: approx Casal. HEX triplet: 2F, 54 and 5E. RGB value is (47,84,94). Sum of RGB (Red+Green+Blue) = 47+84+94=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F545E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F545E is #D0ABA1. Grayscale: #4A4A4A. Windows color (decimal): -13675426 or 6181935. OLE color: 6181935.

HSL color Cylindrical-coordinate representation of color #2F545E: hue angle of 192.77º 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 #2F545E is Cyan = 0.5, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB478494-
CMYK0.50.1100.63
HSL192.77º33.33%27.65%-
HSV(B)192.77º50%36.86%-
XYZ6.367.7511.75-
YUV74.08139.24108.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.89%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=20.89%
G=37.33%
B=41.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4784940.50.1100.63192.7733.3327.65
Hex2F545E32B03Fc1211c
Octal5712413662130773014134
Binary10111110101001011110110010101101111111100000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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