Html Css Color HEX #349199 Scooter

📋 copy color: '#349199'

red 52 ◦ green 145 ◦ blue 153

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

Shades of Scooter #349199

Tints of Scooter #349199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.43%

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 14.86%
G = 41.43%
B = 43.71%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#349199 (or 0x349199) is known color: Scooter. HEX triplet: 34, 91 and 99. RGB value is (52,145,153). Sum of RGB (Red+Green+Blue) = 52+145+153=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #349199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349199 is #CB6E66. Grayscale: #757575. Windows color (decimal): -13332071 or 10064180. OLE color: 10064180.

HSL color Cylindrical-coordinate representation of color #349199: hue angle of 184.75º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349199 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 145 153 -
CMYK 0.66 0.05 0 0.4
HSL 184.75º 0.49% 0.4% -
HSV(B) 184.75º 0.66% 0.6% -
XYZ 17.29 23.28 33.72 -
YUV 118.11 147.69 80.85 -
System Red Green Blue C M Y K H S L
Decimal 52 145 153 0.66 0.05 0 0.4 184.75 0.49 0.4
Hex 34 91 99 42 5 0 28 B9 31 28
Octal 64 221 231 102 5 0 50 271 61 50
Binary 110100 10010001 10011001 1000010 101 0 101000 10111001 110001 101000

Color Harmonies of #349199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349199

Black with #349199

Text Example


Text Example

White with #349199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349199; }

 p { color: rgb(52,145,153); }

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

background-color css

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

 a { background-color: rgb(52,145,153); }

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

border-color css

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

 span { border-color: rgb(52,145,153); }

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