#2F7E96

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

Shades of Scooter #2F7E96

Tints of Scooter #2F7E96

Color information

#2F7E96 (or 0x2F7E96) is unknown color: approx Scooter. HEX triplet: 2F, 7E and 96. RGB value is (47,126,150). Sum of RGB (Red+Green+Blue) = 47+126+150=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #2F7E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7E96 is #D08169. Grayscale: #686868. Windows color (decimal): -13664618 or 9862703. OLE color: 9862703.

HSL color Cylindrical-coordinate representation of color #2F7E96: hue angle of 193.98º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F7E96 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB47126150-
CMYK0.690.1600.41
HSL193.98º52.28%38.63%-
HSV(B)193.98º68.67%58.82%-
XYZ14.1417.7331.53-
YUV105.11153.3386.55-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.55%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=14.55%
G=39.01%
B=46.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal471261500.690.1600.41193.9852.2838.63
Hex2F7E964510029c23427
Octal57176226105200513026447
Binary101111111111010010110100010110000010100111000010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,126,150); }

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

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

 a { background-color: rgb(47,126,150); }

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

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

 span { border-color: rgb(47,126,150); }

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