#2F8492

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

Shades of Scooter #2F8492

Tints of Scooter #2F8492

Color information

#2F8492 (or 0x2F8492) is unknown color: approx Scooter. HEX triplet: 2F, 84 and 92. RGB value is (47,132,146). Sum of RGB (Red+Green+Blue) = 47+132+146=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F8492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8492 is #D07B6D. Grayscale: #6C6C6C. Windows color (decimal): -13663086 or 9602095. OLE color: 9602095.

HSL color Cylindrical-coordinate representation of color #2F8492: hue angle of 188.48º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F8492 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB47132146-
CMYK0.680.1000.43
HSL188.48º51.3%37.84%-
HSV(B)188.48º67.81%57.25%-
XYZ14.6119.1830.13-
YUV108.18149.3484.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.46%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=14.46%
G=40.62%
B=44.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal471321460.680.1000.43188.4851.337.84
Hex2F849244A02Bbc3326
Octal57204222104120532746346
Binary101111100001001001001010001001010010101110111100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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