#2B7D97

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

Shades of Scooter #2B7D97

Tints of Scooter #2B7D97

Color information

#2B7D97 (or 0x2B7D97) is unknown color: approx Scooter. HEX triplet: 2B, 7D and 97. RGB value is (43,125,151). Sum of RGB (Red+Green+Blue) = 43+125+151=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #2B7D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7D97 is #D48268. Grayscale: #676767. Windows color (decimal): -13927017 or 9927979. OLE color: 9927979.

HSL color Cylindrical-coordinate representation of color #2B7D97: hue angle of 194.44º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B7D97 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB43125151-
CMYK0.720.1700.41
HSL194.44º55.67%38.04%-
HSV(B)194.44º71.52%59.22%-
XYZ13.9217.4231.91-
YUV103.45154.8384.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.48%
GREEN value IS 125 (49.22% from 255) = 39.18%
BLUE value IS 151 (59.38% from 255) = 47.34%
R=13.48%
G=39.18%
B=47.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal431251510.720.1700.41194.4455.6738.04
Hex2B7D974811029c23826
Octal53175227110210513027046
Binary101011111110110010111100100010001010100111000010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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