Html Css Color HEX #3498AB Scooter

📋 copy color: '#3498AB'

red 52 ◦ green 152 ◦ blue 171

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

Shades of Scooter #3498AB

Tints of Scooter #3498AB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.53%

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

R = 13.87%
G = 40.53%
B = 45.6%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3498AB (or 0x3498AB) is known color: Scooter. HEX triplet: 34, 98 and AB. RGB value is (52,152,171). Sum of RGB (Red+Green+Blue) = 52+152+171=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 152 (59.77% from 255 or 40.53% 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 #3498AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3498AB is #CB6754. Grayscale: #7C7C7C. Windows color (decimal): -13330261 or 11245620. OLE color: 11245620.

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

Color convert

RGB 52 152 171 -
CMYK 0.70 0.11 0 0.33
HSL 189.58º 0.53% 0.44% -
HSV(B) 189.58º 0.7% 0.67% -
XYZ 20 26.13 42.52 -
YUV 124.27 154.37 76.46 -
System Red Green Blue C M Y K H S L
Decimal 52 152 171 0.70 0.11 0 0.33 189.58 0.53 0.44
Hex 34 98 AB 46 B 0 21 BE 35 2C
Octal 64 230 253 106 13 0 41 276 65 54
Binary 110100 10011000 10101011 1000110 1011 0 100001 10111110 110101 101100

Color Harmonies of #3498AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3498AB

Black with #3498AB

Text Example


Text Example

White with #3498AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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