#3D97A2

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

Shades of Scooter #3D97A2

Tints of Scooter #3D97A2

Color information

#3D97A2 (or 0x3D97A2) is unknown color: approx Scooter. HEX triplet: 3D, 97 and A2. RGB value is (61,151,162). Sum of RGB (Red+Green+Blue) = 61+151+162=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 162 - color contains mainly: blue. Hex color #3D97A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D97A2 is #C2685D. Grayscale: #7D7D7D. Windows color (decimal): -12740702 or 10655549. OLE color: 10655549.

HSL color Cylindrical-coordinate representation of color #3D97A2: hue angle of 186.53º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D97A2 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB61151162-
CMYK0.620.0700.36
HSL186.53º45.29%43.73%-
HSV(B)186.53º62.35%63.53%-
XYZ19.5125.7338.12-
YUV125.34148.6882.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.31%
GREEN value IS 151 (59.38% from 255) = 40.37%
BLUE value IS 162 (63.67% from 255) = 43.32%
R=16.31%
G=40.37%
B=43.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal611511620.620.0700.36186.5345.2943.73
Hex3D97A23E7024bb2d2c
Octal752272427670442735554
Binary1111011001011110100010111110111010010010111011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D97A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,151,162); }

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

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

 a { background-color: rgb(61,151,162); }

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

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

 span { border-color: rgb(61,151,162); }

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