#3D96A5

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

Shades of Scooter #3D96A5

Tints of Scooter #3D96A5

Color information

#3D96A5 (or 0x3D96A5) is unknown color: approx Scooter. HEX triplet: 3D, 96 and A5. RGB value is (61,150,165). Sum of RGB (Red+Green+Blue) = 61+150+165=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 165 - color contains mainly: blue. Hex color #3D96A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D96A5 is #C2695A. Grayscale: #7C7C7C. Windows color (decimal): -12740955 or 10851901. OLE color: 10851901.

HSL color Cylindrical-coordinate representation of color #3D96A5: hue angle of 188.65º 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 #3D96A5 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB61150165-
CMYK0.630.0900.35
HSL188.65º46.02%44.31%-
HSV(B)188.65º63.03%64.71%-
XYZ19.6225.5239.49-
YUV125.1150.5182.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.22%
GREEN value IS 150 (58.98% from 255) = 39.89%
BLUE value IS 165 (64.84% from 255) = 43.88%
R=16.22%
G=39.89%
B=43.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal611501650.630.0900.35188.6546.0244.31
Hex3D96A53F9023bd2e2c
Octal7522624577110432755654
Binary11110110010110101001011111111001010001110111101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D96A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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