#2F8199

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

Shades of Scooter #2F8199

Tints of Scooter #2F8199

Color information

#2F8199 (or 0x2F8199) is unknown color: approx Scooter. HEX triplet: 2F, 81 and 99. RGB value is (47,129,153). Sum of RGB (Red+Green+Blue) = 47+129+153=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F8199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8199 is #D07E66. Grayscale: #6B6B6B. Windows color (decimal): -13663847 or 10060079. OLE color: 10060079.

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

Color convert

RGB47129153-
CMYK0.690.1600.4
HSL193.58º53%39.22%-
HSV(B)193.58º69.28%60%-
XYZ14.7718.632.95-
YUV107.22153.8385.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.29%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=14.29%
G=39.21%
B=46.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal471291530.690.1600.4193.585339.22
Hex2F81994510028c23527
Octal57201231105200503026547
Binary1011111000000110011001100010110000010100011000010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,129,153); }

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

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

 a { background-color: rgb(47,129,153); }

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

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

 span { border-color: rgb(47,129,153); }

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