#2fa3b3

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

Shades of Pelorous #2FA3B3

Tints of Pelorous #2FA3B3

Color information

#2FA3B3 (or 0x2FA3B3) is unknown color: approx Pelorous. HEX triplet: 2F, A3 and B3. RGB value is (47,163,179). Sum of RGB (Red+Green+Blue) = 47+163+179=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #2FA3B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA3B3 is #D05C4C. Grayscale: #818181. Windows color (decimal): -13655117 or 11772719. OLE color: 11772719.

HSL color Cylindrical-coordinate representation of color #2FA3B3: hue angle of 187.27º 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 #2FA3B3 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB47163179-
CMYK0.740.0900.30
HSL187.27º58.41%44.31%-
HSV(B)187.27º73.74%70.2%-
XYZ22.4130.0547.27-
YUV130.14155.5768.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.08%
GREEN value IS 163 (64.06% from 255) = 41.90%
BLUE value IS 179 (70.31% from 255) = 46.02%
R=12.08%
G=41.90%
B=46.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal471631790.740.0900.30187.2758.4144.31
Hex2FA3B34A901Ebb3a2c
Octal57243263112110362737254
Binary10111110100011101100111001010100101111010111011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fa3b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,163,179); }

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

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

 a { background-color: rgb(47,163,179); }

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

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

 span { border-color: rgb(47,163,179); }

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