#2B8693

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

Shades of Scooter #2B8693

Tints of Scooter #2B8693

Color information

#2B8693 (or 0x2B8693) is unknown color: approx Scooter. HEX triplet: 2B, 86 and 93. RGB value is (43,134,147). Sum of RGB (Red+Green+Blue) = 43+134+147=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #2B8693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8693 is #D4796C. Grayscale: #6C6C6C. Windows color (decimal): -13924717 or 9668139. OLE color: 9668139.

HSL color Cylindrical-coordinate representation of color #2B8693: hue angle of 187.5º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B8693 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB43134147-
CMYK0.710.0900.42
HSL187.5º54.74%37.25%-
HSV(B)187.5º70.75%57.65%-
XYZ14.7919.6730.62-
YUV108.27149.8581.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.27%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=13.27%
G=41.36%
B=45.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal431341470.710.0900.42187.554.7437.25
Hex2B869347902Abc3725
Octal53206223107110522746745
Binary101011100001101001001110001111001010101010111100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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