#2F879A

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

Shades of Scooter #2F879A

Tints of Scooter #2F879A

Color information

#2F879A (or 0x2F879A) is unknown color: approx Scooter. HEX triplet: 2F, 87 and 9A. RGB value is (47,135,154). Sum of RGB (Red+Green+Blue) = 47+135+154=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F879A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F879A is #D07865. Grayscale: #6E6E6E. Windows color (decimal): -13662310 or 10127151. OLE color: 10127151.

HSL color Cylindrical-coordinate representation of color #2F879A: hue angle of 190.65º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F879A is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB47135154-
CMYK0.690.1200.40
HSL190.65º53.23%39.41%-
HSV(B)190.65º69.48%60.39%-
XYZ15.6720.2733.66-
YUV110.85152.3582.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.99%
GREEN value IS 135 (53.12% from 255) = 40.18%
BLUE value IS 154 (60.55% from 255) = 45.83%
R=13.99%
G=40.18%
B=45.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal471351540.690.1200.40190.6553.2339.41
Hex2F879A45C028bf3527
Octal57207232105140502776547
Binary101111100001111001101010001011100010100010111111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,135,154); }

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

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

 a { background-color: rgb(47,135,154); }

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

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

 span { border-color: rgb(47,135,154); }

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