#2D83A5

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

Shades of Scooter #2D83A5

Tints of Scooter #2D83A5

Color information

#2D83A5 (or 0x2D83A5) is unknown color: approx Scooter. HEX triplet: 2D, 83 and A5. RGB value is (45,131,165). Sum of RGB (Red+Green+Blue) = 45+131+165=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 165 (64.84% from 255 or 48.39% from 341); Max value from RGB is 165 - color contains mainly: blue. Hex color #2D83A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D83A5 is #D27C5A. Grayscale: #6C6C6C. Windows color (decimal): -13794395 or 10847021. OLE color: 10847021.

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

Color convert

RGB45131165-
CMYK0.730.2100.35
HSL197º57.14%41.18%-
HSV(B)197º72.73%64.71%-
XYZ15.9919.5138.52-
YUV109.16159.5182.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.20%
GREEN value IS 131 (51.56% from 255) = 38.42%
BLUE value IS 165 (64.84% from 255) = 48.39%
R=13.20%
G=38.42%
B=48.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal451311650.730.2100.3519757.1441.18
Hex2D83A54915023c53929
Octal55203245111250433057151
Binary1011011000001110100101100100110101010001111000101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D83A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,131,165); }

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

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

 a { background-color: rgb(45,131,165); }

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

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

 span { border-color: rgb(45,131,165); }

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