#2B7D9D

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

Shades of Scooter #2B7D9D

Tints of Scooter #2B7D9D

Color information

#2B7D9D (or 0x2B7D9D) is unknown color: approx Scooter. HEX triplet: 2B, 7D and 9D. RGB value is (43,125,157). Sum of RGB (Red+Green+Blue) = 43+125+157=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B7D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7D9D is #D48262. Grayscale: #676767. Windows color (decimal): -13927011 or 10321195. OLE color: 10321195.

HSL color Cylindrical-coordinate representation of color #2B7D9D: hue angle of 196.84º 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 #2B7D9D is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB43125157-
CMYK0.730.2000.38
HSL196.84º57%39.22%-
HSV(B)196.84º72.61%61.57%-
XYZ14.4217.6234.54-
YUV104.13157.8384.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.23%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=13.23%
G=38.46%
B=48.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431251570.730.2000.38196.845739.22
Hex2B7D9D4914026c53927
Octal53175235111240463057147
Binary101011111110110011101100100110100010011011000101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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