#2D85A5

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

Shades of Scooter #2D85A5

Tints of Scooter #2D85A5

Color information

#2D85A5 (or 0x2D85A5) is unknown color: approx Scooter. HEX triplet: 2D, 85 and A5. RGB value is (45,133,165). Sum of RGB (Red+Green+Blue) = 45+133+165=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #2D85A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D85A5 is #D27A5A. Grayscale: #6E6E6E. Windows color (decimal): -13793883 or 10847533. OLE color: 10847533.

HSL color Cylindrical-coordinate representation of color #2D85A5: hue angle of 196º 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 #2D85A5 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB45133165-
CMYK0.730.1900.35
HSL196º57.14%41.18%-
HSV(B)196º72.73%64.71%-
XYZ16.2620.0538.61-
YUV110.34158.8581.4-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.12%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 165 (64.84% from 255) = 48.10%
R=13.12%
G=38.78%
B=48.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal451331650.730.1900.3519657.1441.18
Hex2D85A54913023c43929
Octal55205245111230433047151
Binary1011011000010110100101100100110011010001111000100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D85A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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