#2F7587

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

Shades of Astral #2F7587

Tints of Astral #2F7587

Color information

#2F7587 (or 0x2F7587) is unknown color: approx Astral. HEX triplet: 2F, 75 and 87. RGB value is (47,117,135). Sum of RGB (Red+Green+Blue) = 47+117+135=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F7587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7587 is #D08A78. Grayscale: #616161. Windows color (decimal): -13666937 or 8877359. OLE color: 8877359.

HSL color Cylindrical-coordinate representation of color #2F7587: hue angle of 192.27º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F7587 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB47117135-
CMYK0.650.1300.47
HSL192.27º48.35%35.69%-
HSV(B)192.27º65.19%52.94%-
XYZ11.9115.0825.2-
YUV98.12148.8191.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.72%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 135 (53.12% from 255) = 45.15%
R=15.72%
G=39.13%
B=45.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471171350.650.1300.47192.2748.3535.69
Hex2F758741D02Fc03024
Octal57165207101150573006044
Binary10111111101011000011110000011101010111111000000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,117,135); }

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

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

 a { background-color: rgb(47,117,135); }

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

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

 span { border-color: rgb(47,117,135); }

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