#3D95A5

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

Shades of Scooter #3D95A5

Tints of Scooter #3D95A5

Color information

#3D95A5 (or 0x3D95A5) is unknown color: approx Scooter. HEX triplet: 3D, 95 and A5. RGB value is (61,149,165). Sum of RGB (Red+Green+Blue) = 61+149+165=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 165 - color contains mainly: blue. Hex color #3D95A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D95A5 is #C26A5A. Grayscale: #7C7C7C. Windows color (decimal): -12741211 or 10851645. OLE color: 10851645.

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

Color convert

RGB61149165-
CMYK0.630.1000.35
HSL189.23º46.02%44.31%-
HSV(B)189.23º63.03%64.71%-
XYZ19.4625.239.44-
YUV124.51150.8582.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.27%
GREEN value IS 149 (58.59% from 255) = 39.73%
BLUE value IS 165 (64.84% from 255) = 44%
R=16.27%
G=39.73%
B=44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal611491650.630.1000.35189.2346.0244.31
Hex3D95A53FA023bd2e2c
Octal7522524577120432755654
Binary11110110010101101001011111111010010001110111101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D95A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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