#3B9EA5

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

Shades of Scooter #3B9EA5

Tints of Scooter #3B9EA5

Color information

#3B9EA5 (or 0x3B9EA5) is unknown color: approx Scooter. HEX triplet: 3B, 9E and A5. RGB value is (59,158,165). Sum of RGB (Red+Green+Blue) = 59+158+165=382 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.45% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 165 - color contains mainly: blue. Hex color #3B9EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9EA5 is #C4615A. Grayscale: #818181. Windows color (decimal): -12869979 or 10853947. OLE color: 10853947.

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

Color convert

RGB59158165-
CMYK0.640.0400.35
HSL183.96º47.32%43.92%-
HSV(B)183.96º64.24%64.71%-
XYZ20.8228.139.92-
YUV129.2148.277.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.45%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 165 (64.84% from 255) = 43.19%
R=15.45%
G=41.36%
B=43.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal591581650.640.0400.35183.9647.3243.92
Hex3B9EA5404023b82f2c
Octal7323624510040432705754
Binary11101110011110101001011000000100010001110111000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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