#3690A2

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

Shades of Scooter #3690A2

Tints of Scooter #3690A2

Color information

#3690A2 (or 0x3690A2) is unknown color: approx Scooter. HEX triplet: 36, 90 and A2. RGB value is (54,144,162). Sum of RGB (Red+Green+Blue) = 54+144+162=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 162 - color contains mainly: blue. Hex color #3690A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3690A2 is #C96F5D. Grayscale: #767676. Windows color (decimal): -13201246 or 10653750. OLE color: 10653750.

HSL color Cylindrical-coordinate representation of color #3690A2: hue angle of 190º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3690A2 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB54144162-
CMYK0.670.1100.36
HSL190º50%42.35%-
HSV(B)190º66.67%63.53%-
XYZ18.0223.3437.74-
YUV119.14152.1881.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 162 (63.67% from 255) = 45%
R=15%
G=40%
B=45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541441620.670.1100.361905042.35
Hex3690A243B024be322a
Octal66220242103130442766252
Binary110110100100001010001010000111011010010010111110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3690A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3690A2; }

 p { color: rgb(54,144,162); }

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

<style>
 a { background-color: #3690A2; }

 a { background-color: rgb(54,144,162); }

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

<style>
 span { border-color: #3690A2; }

 span { border-color: rgb(54,144,162); }

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