#2D8CA4

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

Shades of Scooter #2D8CA4

Tints of Scooter #2D8CA4

Color information

#2D8CA4 (or 0x2D8CA4) is unknown color: approx Scooter. HEX triplet: 2D, 8C and A4. RGB value is (45,140,164). Sum of RGB (Red+Green+Blue) = 45+140+164=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 164 (64.45% from 255 or 46.99% from 349); Max value from RGB is 164 - color contains mainly: blue. Hex color #2D8CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8CA4 is #D2735B. Grayscale: #727272. Windows color (decimal): -13792092 or 10783789. OLE color: 10783789.

HSL color Cylindrical-coordinate representation of color #2D8CA4: hue angle of 192.1º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D8CA4 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB45140164-
CMYK0.730.1500.36
HSL192.1º56.94%40.98%-
HSV(B)192.1º72.56%64.31%-
XYZ17.1621.9938.46-
YUV114.33156.0378.55-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.89%
GREEN value IS 140 (55.08% from 255) = 40.11%
BLUE value IS 164 (64.45% from 255) = 46.99%
R=12.89%
G=40.11%
B=46.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal451401640.730.1500.36192.156.9440.98
Hex2D8CA449F024c03929
Octal55214244111170443007151
Binary101101100011001010010010010011111010010011000000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,140,164); }

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

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

 a { background-color: rgb(45,140,164); }

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

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

 span { border-color: rgb(45,140,164); }

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