#2F6F88

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

Shades of Astral #2F6F88

Tints of Astral #2F6F88

Color information

#2F6F88 (or 0x2F6F88) is unknown color: approx Astral. HEX triplet: 2F, 6F and 88. RGB value is (47,111,136). Sum of RGB (Red+Green+Blue) = 47+111+136=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F6F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6F88 is #D09077. Grayscale: #5E5E5E. Windows color (decimal): -13668472 or 8941359. OLE color: 8941359.

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

Color convert

RGB47111136-
CMYK0.650.1800.47
HSL196.85º48.63%35.88%-
HSV(B)196.85º65.44%53.33%-
XYZ11.313.7525.35-
YUV94.71151.393.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.99%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 136 (53.52% from 255) = 46.26%
R=15.99%
G=37.76%
B=46.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471111360.650.1800.47196.8548.6335.88
Hex2F6F88411202Fc53124
Octal57157210101220573056144
Binary101111110111110001000100000110010010111111000101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,111,136); }

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

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

 a { background-color: rgb(47,111,136); }

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

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

 span { border-color: rgb(47,111,136); }

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