#3698A7

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

Shades of Scooter #3698A7

Tints of Scooter #3698A7

Color information

#3698A7 (or 0x3698A7) is unknown color: approx Scooter. HEX triplet: 36, 98 and A7. RGB value is (54,152,167). Sum of RGB (Red+Green+Blue) = 54+152+167=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 167 (65.62% from 255 or 44.77% from 373); Max value from RGB is 167 - color contains mainly: blue. Hex color #3698A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3698A7 is #C96758. Grayscale: #7C7C7C. Windows color (decimal): -13199193 or 10983478. OLE color: 10983478.

HSL color Cylindrical-coordinate representation of color #3698A7: hue angle of 187.96º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3698A7 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB54152167-
CMYK0.680.0900.35
HSL187.96º51.13%43.33%-
HSV(B)187.96º67.66%65.49%-
XYZ19.7226.0340.54-
YUV124.41152.0377.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.48%
GREEN value IS 152 (59.77% from 255) = 40.75%
BLUE value IS 167 (65.62% from 255) = 44.77%
R=14.48%
G=40.75%
B=44.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal541521670.680.0900.35187.9651.1343.33
Hex3698A7449023bc332b
Octal66230247104110432746353
Binary110110100110001010011110001001001010001110111100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3698A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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