Html Css Color HEX #349198 Scooter

📋 copy color: '#349198'

red 52 ◦ green 145 ◦ blue 152

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

Shades of Scooter #349198

Tints of Scooter #349198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.55%

R = 14.9%
G = 41.55%
B = 43.55%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#349198 (or 0x349198) is known color: Scooter. HEX triplet: 34, 91 and 98. RGB value is (52,145,152). Sum of RGB (Red+Green+Blue) = 52+145+152=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #349198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349198 is #CB6E67. Grayscale: #757575. Windows color (decimal): -13332072 or 9998644. OLE color: 9998644.

HSL color Cylindrical-coordinate representation of color #349198: hue angle of 184.2º 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 #349198 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 145 152 -
CMYK 0.66 0.05 0 0.40
HSL 184.2º 0.49% 0.4% -
HSV(B) 184.2º 0.66% 0.6% -
XYZ 17.21 23.25 33.29 -
YUV 117.99 147.19 80.93 -
System Red Green Blue C M Y K H S L
Decimal 52 145 152 0.66 0.05 0 0.40 184.2 0.49 0.4
Hex 34 91 98 42 5 0 28 B8 31 28
Octal 64 221 230 102 5 0 50 270 61 50
Binary 110100 10010001 10011000 1000010 101 0 101000 10111000 110001 101000

Color Harmonies of #349198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349198

Black with #349198

Text Example


Text Example

White with #349198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349198; }

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

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

background-color css

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

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

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

border-color css

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

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

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