#2995A4

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

Shades of Scooter #2995A4

Tints of Scooter #2995A4

Color information

#2995A4 (or 0x2995A4) is unknown color: approx Scooter. HEX triplet: 29, 95 and A4. RGB value is (41,149,164). Sum of RGB (Red+Green+Blue) = 41+149+164=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 164 - color contains mainly: blue. Hex color #2995A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2995A4 is #D66A5B. Grayscale: #767676. Windows color (decimal): -14051932 or 10786089. OLE color: 10786089.

HSL color Cylindrical-coordinate representation of color #2995A4: hue angle of 187.32º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2995A4 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB41149164-
CMYK0.750.0900.36
HSL187.32º60%40.2%-
HSV(B)187.32º75%64.31%-
XYZ18.3624.6538.91-
YUV118.42153.7272.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.58%
GREEN value IS 149 (58.59% from 255) = 42.09%
BLUE value IS 164 (64.45% from 255) = 46.33%
R=11.58%
G=42.09%
B=46.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411491640.750.0900.36187.326040.2
Hex2995A44B9024bb3c28
Octal51225244113110442737450
Binary101001100101011010010010010111001010010010111011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2995A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2995A4; }

 p { color: rgb(41,149,164); }

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

<style>
 a { background-color: #2995A4; }

 a { background-color: rgb(41,149,164); }

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

<style>
 span { border-color: #2995A4; }

 span { border-color: rgb(41,149,164); }

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