#2F545C

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

Shades of Casal #2F545C

Tints of Casal #2F545C

Color information

#2F545C (or 0x2F545C) is unknown color: approx Casal. HEX triplet: 2F, 54 and 5C. RGB value is (47,84,92). Sum of RGB (Red+Green+Blue) = 47+84+92=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #2F545C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F545C is #D0ABA3. Grayscale: #494949. Windows color (decimal): -13675428 or 6050863. OLE color: 6050863.

HSL color Cylindrical-coordinate representation of color #2F545C: hue angle of 190.67º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F545C is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB478492-
CMYK0.490.0900.64
HSL190.67º32.37%27.25%-
HSV(B)190.67º48.91%36.08%-
XYZ6.277.7211.28-
YUV73.85138.24108.85-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.08%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=21.08%
G=37.67%
B=41.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4784920.490.0900.64190.6732.3727.25
Hex2F545C319040bf201b
Octal57124134611101002774033
Binary101111101010010111001100011001010000001011111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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