Html Css Color HEX #349AAB Scooter

📋 copy color: '#349AAB'

red 52 ◦ green 154 ◦ blue 171

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

Shades of Scooter #349AAB

Tints of Scooter #349AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

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

R = 13.79%
G = 40.85%
B = 45.36%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#349AAB (or 0x349AAB) is known color: Scooter. HEX triplet: 34, 9A and AB. RGB value is (52,154,171). Sum of RGB (Red+Green+Blue) = 52+154+171=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #349AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349AAB is #CB6554. Grayscale: #7D7D7D. Windows color (decimal): -13329749 or 11246132. OLE color: 11246132.

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

Color convert

RGB 52 154 171 -
CMYK 0.70 0.10 0 0.33
HSL 188.57º 0.53% 0.44% -
HSV(B) 188.57º 0.7% 0.67% -
XYZ 20.32 26.78 42.63 -
YUV 125.44 153.71 75.62 -
System Red Green Blue C M Y K H S L
Decimal 52 154 171 0.70 0.10 0 0.33 188.57 0.53 0.44
Hex 34 9A AB 46 A 0 21 BD 35 2C
Octal 64 232 253 106 12 0 41 275 65 54
Binary 110100 10011010 10101011 1000110 1010 0 100001 10111101 110101 101100

Color Harmonies of #349AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349AAB

Black with #349AAB

Text Example


Text Example

White with #349AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349AAB; }

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

 H1.HeaderClassName
 {
   color: #349AAB;
 }
 .AnyTagClassName
 {
   color: #349AAB;
 }
</style>

background-color css

<style>
 a { background-color: #349AAB; }

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

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

border-color css

<style>
 span { border-color: #349AAB; }

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

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