#2F8495

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

Shades of Scooter #2F8495

Tints of Scooter #2F8495

Color information

#2F8495 (or 0x2F8495) is unknown color: approx Scooter. HEX triplet: 2F, 84 and 95. RGB value is (47,132,149). Sum of RGB (Red+Green+Blue) = 47+132+149=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F8495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8495 is #D07B6A. Grayscale: #6C6C6C. Windows color (decimal): -13663083 or 9798703. OLE color: 9798703.

HSL color Cylindrical-coordinate representation of color #2F8495: hue angle of 190º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F8495 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB47132149-
CMYK0.680.1100.42
HSL190º52.04%38.43%-
HSV(B)190º68.46%58.43%-
XYZ14.8519.2831.37-
YUV108.52150.8484.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.33%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=14.33%
G=40.24%
B=45.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal471321490.680.1100.4219052.0438.43
Hex2F849544B02Abe3426
Octal57204225104130522766446
Binary101111100001001001010110001001011010101010111110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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