#2F93AE

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

Shades of Pelorous #2F93AE

Tints of Pelorous #2F93AE

Color information

#2F93AE (or 0x2F93AE) is unknown color: approx Pelorous. HEX triplet: 2F, 93 and AE. RGB value is (47,147,174). Sum of RGB (Red+Green+Blue) = 47+147+174=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F93AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F93AE is #D06C51. Grayscale: #777777. Windows color (decimal): -13659218 or 11440943. OLE color: 11440943.

HSL color Cylindrical-coordinate representation of color #2F93AE: hue angle of 192.76º 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 #2F93AE is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB47147174-
CMYK0.730.1600.32
HSL192.76º57.47%43.33%-
HSV(B)192.76º72.99%68.24%-
XYZ19.2524.5343.76-
YUV120.18158.3775.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.77%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=12.77%
G=39.95%
B=47.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal471471740.730.1600.32192.7657.4743.33
Hex2F93AE4910020c1392b
Octal57223256111200403017153
Binary1011111001001110101110100100110000010000011000001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F93AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,147,174); }

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

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

 a { background-color: rgb(47,147,174); }

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

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

 span { border-color: rgb(47,147,174); }

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