#2F97AA

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

Shades of Pelorous #2F97AA

Tints of Pelorous #2F97AA

Color information

#2F97AA (or 0x2F97AA) is unknown color: approx Pelorous. HEX triplet: 2F, 97 and AA. RGB value is (47,151,170). Sum of RGB (Red+Green+Blue) = 47+151+170=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F97AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F97AA is #D06855. Grayscale: #797979. Windows color (decimal): -13658198 or 11179823. OLE color: 11179823.

HSL color Cylindrical-coordinate representation of color #2F97AA: hue angle of 189.27º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F97AA is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB47151170-
CMYK0.720.1100.33
HSL189.27º56.68%42.55%-
HSV(B)189.27º72.35%66.67%-
XYZ19.4925.6441.95-
YUV122.07155.0474.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.77%
GREEN value IS 151 (59.38% from 255) = 41.03%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=12.77%
G=41.03%
B=46.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471511700.720.1100.33189.2756.6842.55
Hex2F97AA48B021bd392b
Octal57227252110130412757153
Binary101111100101111010101010010001011010000110111101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F97AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,151,170); }

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

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

 a { background-color: rgb(47,151,170); }

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

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

 span { border-color: rgb(47,151,170); }

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