#2F8690

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

Shades of Scooter #2F8690

Tints of Scooter #2F8690

Color information

#2F8690 (or 0x2F8690) is unknown color: approx Scooter. HEX triplet: 2F, 86 and 90. RGB value is (47,134,144). Sum of RGB (Red+Green+Blue) = 47+134+144=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F8690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8690 is #D0796F. Grayscale: #6D6D6D. Windows color (decimal): -13662576 or 9471535. OLE color: 9471535.

HSL color Cylindrical-coordinate representation of color #2F8690: hue angle of 186.19º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8690 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB47134144-
CMYK0.670.0700.44
HSL186.19º50.79%37.45%-
HSV(B)186.19º67.36%56.47%-
XYZ14.7319.6729.41-
YUV109.13147.6883.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.46%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=14.46%
G=41.23%
B=44.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal471341440.670.0700.44186.1950.7937.45
Hex2F869043702Cba3325
Octal5720622010370542726345
Binary10111110000110100100001000011111010110010111010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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