#2F95AD

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

Shades of Pelorous #2F95AD

Tints of Pelorous #2F95AD

Color information

#2F95AD (or 0x2F95AD) is unknown color: approx Pelorous. HEX triplet: 2F, 95 and AD. RGB value is (47,149,173). Sum of RGB (Red+Green+Blue) = 47+149+173=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #2F95AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F95AD is #D06A52. Grayscale: #797979. Windows color (decimal): -13658707 or 11375919. OLE color: 11375919.

HSL color Cylindrical-coordinate representation of color #2F95AD: hue angle of 191.43º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F95AD is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB47149173-
CMYK0.730.1400.32
HSL191.43º57.27%43.14%-
HSV(B)191.43º72.83%67.84%-
XYZ19.4625.1243.36-
YUV121.24157.2175.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.74%
GREEN value IS 149 (58.59% from 255) = 40.38%
BLUE value IS 173 (67.97% from 255) = 46.88%
R=12.74%
G=40.38%
B=46.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal471491730.730.1400.32191.4357.2743.14
Hex2F95AD49E020bf392b
Octal57225255111160402777153
Binary101111100101011010110110010011110010000010111111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,149,173); }

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

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

 a { background-color: rgb(47,149,173); }

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

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

 span { border-color: rgb(47,149,173); }

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