#2D849F

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

Shades of Scooter #2D849F

Tints of Scooter #2D849F

Color information

#2D849F (or 0x2D849F) is unknown color: approx Scooter. HEX triplet: 2D, 84 and 9F. RGB value is (45,132,159). Sum of RGB (Red+Green+Blue) = 45+132+159=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D849F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D849F is #D27B60. Grayscale: #6C6C6C. Windows color (decimal): -13794145 or 10454061. OLE color: 10454061.

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

Color convert

RGB45132159-
CMYK0.720.1700.38
HSL194.21º55.88%40%-
HSV(B)194.21º71.7%62.35%-
XYZ15.5919.5635.76-
YUV109.06156.1882.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.39%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=13.39%
G=39.29%
B=47.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal451321590.720.1700.38194.2155.8840
Hex2D849F4811026c23828
Octal55204237110210463027050
Binary1011011000010010011111100100010001010011011000010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,132,159); }

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

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

 a { background-color: rgb(45,132,159); }

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

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

 span { border-color: rgb(45,132,159); }

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