#2f8092

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

Shades of Scooter #2F8092

Tints of Scooter #2F8092

Color information

#2F8092 (or 0x2F8092) is unknown color: approx Scooter. HEX triplet: 2F, 80 and 92. RGB value is (47,128,146). Sum of RGB (Red+Green+Blue) = 47+128+146=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F8092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8092 is #D07F6D. Grayscale: #696969. Windows color (decimal): -13664110 or 9601071. OLE color: 9601071.

HSL color Cylindrical-coordinate representation of color #2F8092: hue angle of 190.91º 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 #2F8092 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB47128146-
CMYK0.680.1200.43
HSL190.91º51.3%37.84%-
HSV(B)190.91º67.81%57.25%-
XYZ14.0818.1229.95-
YUV105.83150.6686.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.64%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=14.64%
G=39.88%
B=45.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal471281460.680.1200.43190.9151.337.84
Hex2F809244C02Bbf3326
Octal57200222104140532776346
Binary101111100000001001001010001001100010101110111111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f8092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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