#3690A4

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

Shades of Scooter #3690A4

Tints of Scooter #3690A4

Color information

#3690A4 (or 0x3690A4) is unknown color: approx Scooter. HEX triplet: 36, 90 and A4. RGB value is (54,144,164). Sum of RGB (Red+Green+Blue) = 54+144+164=362 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.92% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 164 - color contains mainly: blue. Hex color #3690A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3690A4 is #C96F5B. Grayscale: #777777. Windows color (decimal): -13201244 or 10784822. OLE color: 10784822.

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

Color convert

RGB54144164-
CMYK0.670.1200.36
HSL190.91º50.46%42.75%-
HSV(B)190.91º67.07%64.31%-
XYZ18.223.4138.68-
YUV119.37153.1881.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.92%
GREEN value IS 144 (56.64% from 255) = 39.78%
BLUE value IS 164 (64.45% from 255) = 45.30%
R=14.92%
G=39.78%
B=45.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541441640.670.1200.36190.9150.4642.75
Hex3690A443C024bf322b
Octal66220244103140442776253
Binary110110100100001010010010000111100010010010111111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3690A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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