#2B8599

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

Shades of Scooter #2B8599

Tints of Scooter #2B8599

Color information

#2B8599 (or 0x2B8599) is unknown color: approx Scooter. HEX triplet: 2B, 85 and 99. RGB value is (43,133,153). Sum of RGB (Red+Green+Blue) = 43+133+153=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B8599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8599 is #D47A66. Grayscale: #6C6C6C. Windows color (decimal): -13924967 or 10061099. OLE color: 10061099.

HSL color Cylindrical-coordinate representation of color #2B8599: hue angle of 190.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 #2B8599 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB43133153-
CMYK0.720.1300.4
HSL190.91º56.12%38.43%-
HSV(B)190.91º71.9%60%-
XYZ15.1319.5933.12-
YUV108.37153.1881.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.07%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=13.07%
G=40.43%
B=46.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal431331530.720.1300.4190.9156.1238.43
Hex2B859948D028bf3826
Octal53205231110150502777046
Binary101011100001011001100110010001101010100010111111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,133,153); }

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

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

 a { background-color: rgb(43,133,153); }

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

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

 span { border-color: rgb(43,133,153); }

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