#2b8595

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

Shades of Scooter #2B8595

Tints of Scooter #2B8595

Color information

#2B8595 (or 0x2B8595) is unknown color: approx Scooter. HEX triplet: 2B, 85 and 95. RGB value is (43,133,149). Sum of RGB (Red+Green+Blue) = 43+133+149=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B8595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8595 is #D47A6A. Grayscale: #6B6B6B. Windows color (decimal): -13924971 or 9798955. OLE color: 9798955.

HSL color Cylindrical-coordinate representation of color #2B8595: hue angle of 189.06º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B8595 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB43133149-
CMYK0.710.1100.42
HSL189.06º55.21%37.65%-
HSV(B)189.06º71.14%58.43%-
XYZ14.8119.4631.41-
YUV107.91151.1881.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.23%
GREEN value IS 133 (52.34% from 255) = 40.92%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=13.23%
G=40.92%
B=45.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal431331490.710.1100.42189.0655.2137.65
Hex2B859547B02Abd3726
Octal53205225107130522756746
Binary101011100001011001010110001111011010101010111101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b8595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,133,149); }

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

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

 a { background-color: rgb(43,133,149); }

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

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

 span { border-color: rgb(43,133,149); }

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