Html Css Color HEX #3495AC Scooter

📋 copy color: '#3495AC'

red 52 ◦ green 149 ◦ blue 172

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

Shades of Scooter #3495AC

Tints of Scooter #3495AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.95%

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 13.94%
G = 39.95%
B = 46.11%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3495AC (or 0x3495AC) is known color: Scooter. HEX triplet: 34, 95 and AC. RGB value is (52,149,172). Sum of RGB (Red+Green+Blue) = 52+149+172=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #3495AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3495AC is #CB6A53. Grayscale: #7A7A7A. Windows color (decimal): -13331028 or 11310388. OLE color: 11310388.

HSL color Cylindrical-coordinate representation of color #3495AC: hue angle of 191.5º degrees, saturation: 0.54, 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 #3495AC is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 149 172 -
CMYK 0.70 0.13 0 0.33
HSL 191.5º 0.54% 0.44% -
HSV(B) 191.5º 0.7% 0.67% -
XYZ 19.61 25.2 42.86 -
YUV 122.62 155.86 77.63 -
System Red Green Blue C M Y K H S L
Decimal 52 149 172 0.70 0.13 0 0.33 191.5 0.54 0.44
Hex 34 95 AC 46 D 0 21 C0 36 2C
Octal 64 225 254 106 15 0 41 300 66 54
Binary 110100 10010101 10101100 1000110 1101 0 100001 11000000 110110 101100

Color Harmonies of #3495AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3495AC

Black with #3495AC

Text Example


Text Example

White with #3495AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3495AC; }

 p { color: rgb(52,149,172); }

 H1.HeaderClassName
 {
   color: #3495AC;
 }
 .AnyTagClassName
 {
   color: #3495AC;
 }
</style>

background-color css

<style>
 a { background-color: #3495AC; }

 a { background-color: rgb(52,149,172); }

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

border-color css

<style>
 span { border-color: #3495AC; }

 span { border-color: rgb(52,149,172); }

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