Html Css Color HEX #3685A2 Scooter

📋 copy color: '#3685A2'

red 54 ◦ green 133 ◦ blue 162

#3685A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #3685A2

Tints of Scooter #3685A2

RGB

 RED value IS 54 (21.48% from 255) = 15.47%

 GREEN value IS 133 (52.34% from 255) = 38.11%

 BLUE value IS 162 (63.67% from 255) = 46.42%

R = 15.47%
G = 38.11%
B = 46.42%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3685A2 (or 0x3685A2) is known color: Scooter. HEX triplet: 36, 85 and A2. RGB value is (54,133,162). Sum of RGB (Red+Green+Blue) = 54+133+162=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 162 - color contains mainly: blue. Hex color #3685A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3685A2 is #C97A5D. Grayscale: #707070. Windows color (decimal): -13204062 or 10650934. OLE color: 10650934.

HSL color Cylindrical-coordinate representation of color #3685A2: hue angle of 196.11º 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 #3685A2 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 54 133 162 -
CMYK 0.67 0.18 0 0.36
HSL 196.11º 0.5% 0.42% -
HSV(B) 196.11º 0.67% 0.64% -
XYZ 16.43 20.17 37.21 -
YUV 112.69 155.83 86.14 -
System Red Green Blue C M Y K H S L
Decimal 54 133 162 0.67 0.18 0 0.36 196.11 0.5 0.42
Hex 36 85 A2 43 12 0 24 C4 32 2A
Octal 66 205 242 103 22 0 44 304 62 52
Binary 110110 10000101 10100010 1000011 10010 0 100100 11000100 110010 101010

Color Harmonies of #3685A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3685A2

Black with #3685A2

Text Example


Text Example

White with #3685A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3685A2;
 }
 .AnyTagClassName
 {
   color: #3685A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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