#2F7F93

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

Shades of Scooter #2F7F93

Tints of Scooter #2F7F93

Color information

#2F7F93 (or 0x2F7F93) is unknown color: approx Scooter. HEX triplet: 2F, 7F and 93. RGB value is (47,127,147). Sum of RGB (Red+Green+Blue) = 47+127+147=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F7F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7F93 is #D0806C. Grayscale: #696969. Windows color (decimal): -13664365 or 9666351. OLE color: 9666351.

HSL color Cylindrical-coordinate representation of color #2F7F93: hue angle of 192º 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 #2F7F93 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB47127147-
CMYK0.680.1400.42
HSL192º51.55%38.04%-
HSV(B)192º68.03%57.65%-
XYZ14.0317.8930.32-
YUV105.36151.586.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.64%
GREEN value IS 127 (50% from 255) = 39.56%
BLUE value IS 147 (57.81% from 255) = 45.79%
R=14.64%
G=39.56%
B=45.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal471271470.680.1400.4219251.5538.04
Hex2F7F9344E02Ac03426
Octal57177223104160523006446
Binary10111111111111001001110001001110010101011000000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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