#2F92B2

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

Shades of Pelorous #2F92B2

Tints of Pelorous #2F92B2

Color information

#2F92B2 (or 0x2F92B2) is unknown color: approx Pelorous. HEX triplet: 2F, 92 and B2. RGB value is (47,146,178). Sum of RGB (Red+Green+Blue) = 47+146+178=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #2F92B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F92B2 is #D06D4D. Grayscale: #777777. Windows color (decimal): -13659470 or 11702831. OLE color: 11702831.

HSL color Cylindrical-coordinate representation of color #2F92B2: hue angle of 194.66º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F92B2 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB47146178-
CMYK0.740.1800.30
HSL194.66º58.22%44.12%-
HSV(B)194.66º73.6%69.8%-
XYZ19.4924.3845.8-
YUV120.05160.775.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.67%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 178 (69.92% from 255) = 47.98%
R=12.67%
G=39.35%
B=47.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal471461780.740.1800.30194.6658.2244.12
Hex2F92B24A1201Ec33a2c
Octal57222262112220363037254
Binary101111100100101011001010010101001001111011000011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F92B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,146,178); }

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

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

 a { background-color: rgb(47,146,178); }

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

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

 span { border-color: rgb(47,146,178); }

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