#2F565E

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

Shades of Casal #2F565E

Tints of Casal #2F565E

Color information

#2F565E (or 0x2F565E) is unknown color: approx Casal. HEX triplet: 2F, 56 and 5E. RGB value is (47,86,94). Sum of RGB (Red+Green+Blue) = 47+86+94=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F565E is #D0A9A1. Grayscale: #4B4B4B. Windows color (decimal): -13674914 or 6182447. OLE color: 6182447.

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

Color convert

RGB478694-
CMYK0.50.0900.63
HSL190.21º33.33%27.65%-
HSV(B)190.21º50%36.86%-
XYZ6.528.0711.8-
YUV75.25138.58107.85-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.70%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=20.70%
G=37.89%
B=41.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4786940.50.0900.63190.2133.3327.65
Hex2F565E32903Fbe211c
Octal5712613662110772764134
Binary10111110101101011110110010100101111111011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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