#2F92A6

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

Shades of Scooter #2F92A6

Tints of Scooter #2F92A6

Color information

#2F92A6 (or 0x2F92A6) is unknown color: approx Scooter. HEX triplet: 2F, 92 and A6. RGB value is (47,146,166). Sum of RGB (Red+Green+Blue) = 47+146+166=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 166 - color contains mainly: blue. Hex color #2F92A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F92A6 is #D06D59. Grayscale: #767676. Windows color (decimal): -13659482 or 10916399. OLE color: 10916399.

HSL color Cylindrical-coordinate representation of color #2F92A6: hue angle of 190.08º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F92A6 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB47146166-
CMYK0.720.1200.35
HSL190.08º55.87%41.76%-
HSV(B)190.08º71.69%65.1%-
XYZ18.3323.9239.73-
YUV118.68154.776.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.09%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 166 (65.23% from 255) = 46.24%
R=13.09%
G=40.67%
B=46.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal471461660.720.1200.35190.0855.8741.76
Hex2F92A648C023be382a
Octal57222246110140432767052
Binary101111100100101010011010010001100010001110111110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F92A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,146,166); }

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

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

 a { background-color: rgb(47,146,166); }

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

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

 span { border-color: rgb(47,146,166); }

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