#3D9EA5

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

Shades of Scooter #3D9EA5

Tints of Scooter #3D9EA5

Color information

#3D9EA5 (or 0x3D9EA5) is unknown color: approx Scooter. HEX triplet: 3D, 9E and A5. RGB value is (61,158,165). Sum of RGB (Red+Green+Blue) = 61+158+165=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 165 (64.84% from 255 or 42.97% from 384); Max value from RGB is 165 - color contains mainly: blue. Hex color #3D9EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9EA5 is #C2615A. Grayscale: #818181. Windows color (decimal): -12738907 or 10853949. OLE color: 10853949.

HSL color Cylindrical-coordinate representation of color #3D9EA5: hue angle of 184.04º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D9EA5 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB61158165-
CMYK0.630.0400.35
HSL184.04º46.02%44.31%-
HSV(B)184.04º63.03%64.71%-
XYZ20.9428.1639.93-
YUV129.8147.8678.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.89%
GREEN value IS 158 (62.11% from 255) = 41.15%
BLUE value IS 165 (64.84% from 255) = 42.97%
R=15.89%
G=41.15%
B=42.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal611581650.630.0400.35184.0446.0244.31
Hex3D9EA53F4023b82e2c
Octal752362457740432705654
Binary1111011001111010100101111111100010001110111000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D9EA5; }

 p { color: rgb(61,158,165); }

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

<style>
 a { background-color: #3D9EA5; }

 a { background-color: rgb(61,158,165); }

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

<style>
 span { border-color: #3D9EA5; }

 span { border-color: rgb(61,158,165); }

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