#2B98A5

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

Shades of Scooter #2B98A5

Tints of Scooter #2B98A5

Color information

#2B98A5 (or 0x2B98A5) is unknown color: approx Scooter. HEX triplet: 2B, 98 and A5. RGB value is (43,152,165). Sum of RGB (Red+Green+Blue) = 43+152+165=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 165 - color contains mainly: blue. Hex color #2B98A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B98A5 is #D4675A. Grayscale: #787878. Windows color (decimal): -13920091 or 10852395. OLE color: 10852395.

HSL color Cylindrical-coordinate representation of color #2B98A5: hue angle of 186.39º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B98A5 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB43152165-
CMYK0.740.0800.35
HSL186.39º58.65%40.78%-
HSV(B)186.39º73.94%64.71%-
XYZ19.0225.6939.55-
YUV120.89152.8972.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.94%
GREEN value IS 152 (59.77% from 255) = 42.22%
BLUE value IS 165 (64.84% from 255) = 45.83%
R=11.94%
G=42.22%
B=45.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal431521650.740.0800.35186.3958.6540.78
Hex2B98A54A8023ba3b29
Octal53230245112100432727351
Binary101011100110001010010110010101000010001110111010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B98A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,152,165); }

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

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

 a { background-color: rgb(43,152,165); }

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

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

 span { border-color: rgb(43,152,165); }

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