Html Css Color HEX #348193 Scooter

📋 copy color: '#348193'

red 52 ◦ green 129 ◦ blue 147

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

Shades of Scooter #348193

Tints of Scooter #348193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.33%

 BLUE value IS 147 (57.81% from 255) = 44.82%

R = 15.85%
G = 39.33%
B = 44.82%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348193 (or 0x348193) is known color: Scooter. HEX triplet: 34, 81 and 93. RGB value is (52,129,147). Sum of RGB (Red+Green+Blue) = 52+129+147=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #348193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348193 is #CB7E6C. Grayscale: #6B6B6B. Windows color (decimal): -13336173 or 9666868. OLE color: 9666868.

HSL color Cylindrical-coordinate representation of color #348193: hue angle of 191.37º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #348193 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 129 147 -
CMYK 0.65 0.12 0 0.42
HSL 191.37º 0.48% 0.39% -
HSV(B) 191.37º 0.65% 0.58% -
XYZ 14.53 18.54 30.42 -
YUV 108.03 149.99 88.04 -
System Red Green Blue C M Y K H S L
Decimal 52 129 147 0.65 0.12 0 0.42 191.37 0.48 0.39
Hex 34 81 93 41 C 0 2A BF 30 27
Octal 64 201 223 101 14 0 52 277 60 47
Binary 110100 10000001 10010011 1000001 1100 0 101010 10111111 110000 100111

Color Harmonies of #348193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348193

Black with #348193

Text Example


Text Example

White with #348193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348193; }

 p { color: rgb(52,129,147); }

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

background-color css

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

 a { background-color: rgb(52,129,147); }

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

border-color css

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

 span { border-color: rgb(52,129,147); }

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