#2f809b

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

Shades of Scooter #2F809B

Tints of Scooter #2F809B

Color information

#2F809B (or 0x2F809B) is unknown color: approx Scooter. HEX triplet: 2F, 80 and 9B. RGB value is (47,128,155). Sum of RGB (Red+Green+Blue) = 47+128+155=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F809B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F809B is #D07F64. Grayscale: #6A6A6A. Windows color (decimal): -13664101 or 10190895. OLE color: 10190895.

HSL color Cylindrical-coordinate representation of color #2F809B: hue angle of 195º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F809B is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB47128155-
CMYK0.700.1700.39
HSL195º53.47%39.61%-
HSV(B)195º69.68%60.78%-
XYZ14.8118.4133.78-
YUV106.86155.1685.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.24%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=14.24%
G=38.79%
B=46.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal471281550.700.1700.3919553.4739.61
Hex2F809B4611027c33528
Octal57200233106210473036550
Binary1011111000000010011011100011010001010011111000011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f809b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,128,155); }

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

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

 a { background-color: rgb(47,128,155); }

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

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

 span { border-color: rgb(47,128,155); }

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