#2F909A

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

Shades of Scooter #2F909A

Tints of Scooter #2F909A

Color information

#2F909A (or 0x2F909A) is unknown color: approx Scooter. HEX triplet: 2F, 90 and 9A. RGB value is (47,144,154). Sum of RGB (Red+Green+Blue) = 47+144+154=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F909A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F909A is #D06F65. Grayscale: #737373. Windows color (decimal): -13660006 or 10129455. OLE color: 10129455.

HSL color Cylindrical-coordinate representation of color #2F909A: hue angle of 185.61º 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 #2F909A is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB47144154-
CMYK0.690.0600.40
HSL185.61º53.23%39.41%-
HSV(B)185.61º69.48%60.39%-
XYZ16.9822.8834.09-
YUV116.14149.3678.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.62%
GREEN value IS 144 (56.64% from 255) = 41.74%
BLUE value IS 154 (60.55% from 255) = 44.64%
R=13.62%
G=41.74%
B=44.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal471441540.690.0600.40185.6153.2339.41
Hex2F909A456028ba3527
Octal5722023210560502726547
Binary10111110010000100110101000101110010100010111010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,144,154); }

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

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

 a { background-color: rgb(47,144,154); }

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

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

 span { border-color: rgb(47,144,154); }

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