#2F525A

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

Shades of Casal #2F525A

Tints of Casal #2F525A

Color information

#2F525A (or 0x2F525A) is unknown color: approx Casal. HEX triplet: 2F, 52 and 5A. RGB value is (47,82,90). Sum of RGB (Red+Green+Blue) = 47+82+90=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F525A is #D0ADA5. Grayscale: #484848. Windows color (decimal): -13675942 or 5919279. OLE color: 5919279.

HSL color Cylindrical-coordinate representation of color #2F525A: hue angle of 191.16º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F525A is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB478290-
CMYK0.480.0900.65
HSL191.16º31.39%26.86%-
HSV(B)191.16º47.78%35.29%-
XYZ6.047.3810.78-
YUV72.45137.9109.85-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.46%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 90 (35.55% from 255) = 41.10%
R=21.46%
G=37.44%
B=41.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4782900.480.0900.65191.1631.3926.86
Hex2F525A309041bf1f1b
Octal57122132601101012773733
Binary10111110100101011010110000100101000001101111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,82,90); }

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

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

 a { background-color: rgb(47,82,90); }

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

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

 span { border-color: rgb(47,82,90); }

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