Html Css Color HEX #3497AB Scooter

📋 copy color: '#3497AB'

red 52 ◦ green 151 ◦ blue 171

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

Shades of Scooter #3497AB

Tints of Scooter #3497AB

RGB

 RED value IS 52 (20.7% from 255) = 13.9%

 GREEN value IS 151 (59.38% from 255) = 40.37%

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

R = 13.9%
G = 40.37%
B = 45.72%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3497AB (or 0x3497AB) is known color: Scooter. HEX triplet: 34, 97 and AB. RGB value is (52,151,171). Sum of RGB (Red+Green+Blue) = 52+151+171=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #3497AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3497AB is #CB6854. Grayscale: #7B7B7B. Windows color (decimal): -13330517 or 11245364. OLE color: 11245364.

HSL color Cylindrical-coordinate representation of color #3497AB: hue angle of 190.08º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3497AB is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 151 171 -
CMYK 0.70 0.12 0 0.33
HSL 190.08º 0.53% 0.44% -
HSV(B) 190.08º 0.7% 0.67% -
XYZ 19.83 25.8 42.46 -
YUV 123.68 154.7 76.87 -
System Red Green Blue C M Y K H S L
Decimal 52 151 171 0.70 0.12 0 0.33 190.08 0.53 0.44
Hex 34 97 AB 46 C 0 21 BE 35 2C
Octal 64 227 253 106 14 0 41 276 65 54
Binary 110100 10010111 10101011 1000110 1100 0 100001 10111110 110101 101100

Color Harmonies of #3497AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3497AB

Black with #3497AB

Text Example


Text Example

White with #3497AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,151,171); }

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

background-color css

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

 a { background-color: rgb(52,151,171); }

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

border-color css

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

 span { border-color: rgb(52,151,171); }

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