#2F7787

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

Shades of Astral #2F7787

Tints of Astral #2F7787

Color information

#2F7787 (or 0x2F7787) is unknown color: approx Astral. HEX triplet: 2F, 77 and 87. RGB value is (47,119,135). Sum of RGB (Red+Green+Blue) = 47+119+135=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F7787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7787 is #D08878. Grayscale: #636363. Windows color (decimal): -13666425 or 8877871. OLE color: 8877871.

HSL color Cylindrical-coordinate representation of color #2F7787: hue angle of 190.91º 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 #2F7787 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB47119135-
CMYK0.650.1200.47
HSL190.91º48.35%35.69%-
HSV(B)190.91º65.19%52.94%-
XYZ12.1415.5525.28-
YUV99.3148.1590.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.61%
GREEN value IS 119 (46.88% from 255) = 39.53%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=15.61%
G=39.53%
B=44.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471191350.650.1200.47190.9148.3535.69
Hex2F778741C02Fbf3024
Octal57167207101140572776044
Binary10111111101111000011110000011100010111110111111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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