#3698ab

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

Shades of Scooter #3698AB

Tints of Scooter #3698AB

Color information

#3698AB (or 0x3698AB) is unknown color: approx Scooter. HEX triplet: 36, 98 and AB. RGB value is (54,152,171). Sum of RGB (Red+Green+Blue) = 54+152+171=377 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.32% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #3698AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3698AB is #C96754. Grayscale: #7C7C7C. Windows color (decimal): -13199189 or 11245622. OLE color: 11245622.

HSL color Cylindrical-coordinate representation of color #3698AB: hue angle of 189.74º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3698AB is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54152171-
CMYK0.680.1100.33
HSL189.74º52%44.12%-
HSV(B)189.74º68.42%67.06%-
XYZ20.126.1842.52-
YUV124.86154.0377.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.32%
GREEN value IS 152 (59.77% from 255) = 40.32%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=14.32%
G=40.32%
B=45.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541521710.680.1100.33189.745244.12
Hex3698AB44B021be342c
Octal66230253104130412766454
Binary110110100110001010101110001001011010000110111110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3698ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3698ab; }

 p { color: rgb(54,152,171); }

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

<style>
 a { background-color: #3698ab; }

 a { background-color: rgb(54,152,171); }

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

<style>
 span { border-color: #3698ab; }

 span { border-color: rgb(54,152,171); }

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