Html Css Color HEX #3696AB Scooter

📋 copy color: '#3696AB'

red 54 ◦ green 150 ◦ blue 171

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

Shades of Scooter #3696AB

Tints of Scooter #3696AB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40%

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 14.4%
G = 40%
B = 45.6%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3696AB (or 0x3696AB) is known color: Scooter. HEX triplet: 36, 96 and AB. RGB value is (54,150,171). Sum of RGB (Red+Green+Blue) = 54+150+171=375 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.4% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #3696AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3696AB is #C96954. Grayscale: #7B7B7B. Windows color (decimal): -13199701 or 11245110. OLE color: 11245110.

HSL color Cylindrical-coordinate representation of color #3696AB: hue angle of 190.77º 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 #3696AB is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 150 171 -
CMYK 0.68 0.12 0 0.33
HSL 190.77º 0.52% 0.44% -
HSV(B) 190.77º 0.68% 0.67% -
XYZ 19.78 25.54 42.41 -
YUV 123.69 154.7 78.29 -
System Red Green Blue C M Y K H S L
Decimal 54 150 171 0.68 0.12 0 0.33 190.77 0.52 0.44
Hex 36 96 AB 44 C 0 21 BF 34 2C
Octal 66 226 253 104 14 0 41 277 64 54
Binary 110110 10010110 10101011 1000100 1100 0 100001 10111111 110100 101100

Color Harmonies of #3696AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3696AB

Black with #3696AB

Text Example


Text Example

White with #3696AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3696AB; }

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

 H1.HeaderClassName
 {
   color: #3696AB;
 }
 .AnyTagClassName
 {
   color: #3696AB;
 }
</style>

background-color css

<style>
 a { background-color: #3696AB; }

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

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

border-color css

<style>
 span { border-color: #3696AB; }

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

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