#348197

Color #348197 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #348197

Tints of Scooter #348197

Color information

#348197 (or 0x348197) is unknown color: approx Scooter. HEX triplet: 34, 81 and 97. RGB value is (52,129,151). Sum of RGB (Red+Green+Blue) = 52+129+151=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #348197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348197 is #CB7E68. Grayscale: #6C6C6C. Windows color (decimal): -13336169 or 9929012. OLE color: 9929012.

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

Color convert

RGB52129151-
CMYK0.660.1500.41
HSL193.33º48.77%39.8%-
HSV(B)193.33º65.56%59.22%-
XYZ14.8518.6632.1-
YUV108.48151.9987.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 151 (59.38% from 255) = 45.48%
R=15.66%
G=38.86%
B=45.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521291510.660.1500.41193.3348.7739.8
Hex34819742F029c13128
Octal64201227102170513016150
Binary110100100000011001011110000101111010100111000001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348197; }

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

 H1.HeaderClassName
 {
   color: #348197;
 }
 .AnyTagClassName
 {
   color: #348197;
 }
</style>
background-color css

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

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

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

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

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

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