#2B929D

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

Shades of Scooter #2B929D

Tints of Scooter #2B929D

Color information

#2B929D (or 0x2B929D) is unknown color: approx Scooter. HEX triplet: 2B, 92 and 9D. RGB value is (43,146,157). Sum of RGB (Red+Green+Blue) = 43+146+157=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B929D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B929D is #D46D62. Grayscale: #747474. Windows color (decimal): -13921635 or 10326571. OLE color: 10326571.

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

Color convert

RGB43146157-
CMYK0.730.0700.38
HSL185.79º57%39.22%-
HSV(B)185.79º72.61%61.57%-
XYZ17.3623.5135.52-
YUV116.46150.8875.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.43%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=12.43%
G=42.20%
B=45.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431461570.730.0700.38185.795739.22
Hex2B929D497026ba3927
Octal5322223511170462727147
Binary10101110010010100111011001001111010011010111010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,146,157); }

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

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

 a { background-color: rgb(43,146,157); }

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

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

 span { border-color: rgb(43,146,157); }

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