#2B7E9F

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

Shades of Scooter #2B7E9F

Tints of Scooter #2B7E9F

Color information

#2B7E9F (or 0x2B7E9F) is unknown color: approx Scooter. HEX triplet: 2B, 7E and 9F. RGB value is (43,126,159). Sum of RGB (Red+Green+Blue) = 43+126+159=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B7E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7E9F is #D48160. Grayscale: #686868. Windows color (decimal): -13926753 or 10452523. OLE color: 10452523.

HSL color Cylindrical-coordinate representation of color #2B7E9F: hue angle of 197.07º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B7E9F is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB43126159-
CMYK0.730.2100.38
HSL197.07º57.43%39.61%-
HSV(B)197.07º72.96%62.35%-
XYZ14.7217.9435.49-
YUV104.94158.583.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.11%
GREEN value IS 126 (49.61% from 255) = 38.41%
BLUE value IS 159 (62.5% from 255) = 48.48%
R=13.11%
G=38.41%
B=48.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431261590.730.2100.38197.0757.4339.61
Hex2B7E9F4915026c53928
Octal53176237111250463057150
Binary101011111111010011111100100110101010011011000101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,126,159); }

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

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

 a { background-color: rgb(43,126,159); }

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

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

 span { border-color: rgb(43,126,159); }

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