#2F758B

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

Shades of Astral #2F758B

Tints of Astral #2F758B

Color information

#2F758B (or 0x2F758B) is unknown color: approx Astral. HEX triplet: 2F, 75 and 8B. RGB value is (47,117,139). Sum of RGB (Red+Green+Blue) = 47+117+139=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F758B is #D08A74. Grayscale: #626262. Windows color (decimal): -13666933 or 9139503. OLE color: 9139503.

HSL color Cylindrical-coordinate representation of color #2F758B: hue angle of 194.35º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F758B is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB47117139-
CMYK0.660.1600.45
HSL194.35º49.46%36.47%-
HSV(B)194.35º66.19%54.51%-
XYZ12.1915.1926.72-
YUV98.58150.8191.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.51%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=15.51%
G=38.61%
B=45.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471171390.660.1600.45194.3549.4636.47
Hex2F758B421002Dc23124
Octal57165213102200553026144
Binary101111111010110001011100001010000010110111000010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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