#2B8698

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

Shades of Scooter #2B8698

Tints of Scooter #2B8698

Color information

#2B8698 (or 0x2B8698) is unknown color: approx Scooter. HEX triplet: 2B, 86 and 98. RGB value is (43,134,152). Sum of RGB (Red+Green+Blue) = 43+134+152=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B8698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8698 is #D47967. Grayscale: #6C6C6C. Windows color (decimal): -13924712 or 9995819. OLE color: 9995819.

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

Color convert

RGB43134152-
CMYK0.720.1200.40
HSL189.91º55.9%38.24%-
HSV(B)189.91º71.71%59.61%-
XYZ15.1919.8332.73-
YUV108.84152.3581.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.07%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=13.07%
G=40.73%
B=46.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal431341520.720.1200.40189.9155.938.24
Hex2B869848C028be3826
Octal53206230110140502767046
Binary101011100001101001100010010001100010100010111110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,134,152); }

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

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

 a { background-color: rgb(43,134,152); }

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

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

 span { border-color: rgb(43,134,152); }

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