#348497

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

Shades of Scooter #348497

Tints of Scooter #348497

Color information

#348497 (or 0x348497) is unknown color: approx Scooter. HEX triplet: 34, 84 and 97. RGB value is (52,132,151). Sum of RGB (Red+Green+Blue) = 52+132+151=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #348497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348497 is #CB7B68. Grayscale: #6E6E6E. Windows color (decimal): -13335401 or 9929780. OLE color: 9929780.

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

Color convert

RGB52132151-
CMYK0.660.1300.41
HSL191.52º48.77%39.8%-
HSV(B)191.52º65.56%59.22%-
XYZ15.2519.4732.23-
YUV110.2515186.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.52%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 151 (59.38% from 255) = 45.07%
R=15.52%
G=39.40%
B=45.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521321510.660.1300.41191.5248.7739.8
Hex34849742D029c03128
Octal64204227102150513006150
Binary110100100001001001011110000101101010100111000000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348497; }

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

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

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

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

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

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

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

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