#2F8093

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

Shades of Scooter #2F8093

Tints of Scooter #2F8093

Color information

#2F8093 (or 0x2F8093) is unknown color: approx Scooter. HEX triplet: 2F, 80 and 93. RGB value is (47,128,147). Sum of RGB (Red+Green+Blue) = 47+128+147=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F8093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8093 is #D07F6C. Grayscale: #696969. Windows color (decimal): -13664109 or 9666607. OLE color: 9666607.

HSL color Cylindrical-coordinate representation of color #2F8093: hue angle of 191.4º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F8093 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB47128147-
CMYK0.680.1300.42
HSL191.4º51.55%38.04%-
HSV(B)191.4º68.03%57.65%-
XYZ14.1618.1530.36-
YUV105.95151.1685.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.60%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 147 (57.81% from 255) = 45.65%
R=14.60%
G=39.75%
B=45.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal471281470.680.1300.42191.451.5538.04
Hex2F809344D02Abf3426
Octal57200223104150522776446
Binary101111100000001001001110001001101010101010111111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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