#2B869B

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

Shades of Scooter #2B869B

Tints of Scooter #2B869B

Color information

#2B869B (or 0x2B869B) is unknown color: approx Scooter. HEX triplet: 2B, 86 and 9B. RGB value is (43,134,155). Sum of RGB (Red+Green+Blue) = 43+134+155=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B869B is #D47964. Grayscale: #6D6D6D. Windows color (decimal): -13924709 or 10192427. OLE color: 10192427.

HSL color Cylindrical-coordinate representation of color #2B869B: hue angle of 191.25º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B869B is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB43134155-
CMYK0.720.1400.39
HSL191.25º56.57%38.82%-
HSV(B)191.25º72.26%60.78%-
XYZ15.4419.9334.04-
YUV109.18153.8580.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.95%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=12.95%
G=40.36%
B=46.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal431341550.720.1400.39191.2556.5738.82
Hex2B869B48E027bf3927
Octal53206233110160472777147
Binary101011100001101001101110010001110010011110111111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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