#348799

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

Shades of Scooter #348799

Tints of Scooter #348799

Color information

#348799 (or 0x348799) is unknown color: approx Scooter. HEX triplet: 34, 87 and 99. RGB value is (52,135,153). Sum of RGB (Red+Green+Blue) = 52+135+153=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #348799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348799 is #CB7866. Grayscale: #707070. Windows color (decimal): -13334631 or 10061620. OLE color: 10061620.

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

Color convert

RGB52135153-
CMYK0.660.1200.4
HSL190.69º49.27%40.2%-
HSV(B)190.69º66.01%60%-
XYZ15.8320.3633.23-
YUV112.2315185.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.29%
GREEN value IS 135 (53.12% from 255) = 39.71%
BLUE value IS 153 (60.16% from 255) = 45%
R=15.29%
G=39.71%
B=45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521351530.660.1200.4190.6949.2740.2
Hex34879942C028bf3128
Octal64207231102140502776150
Binary110100100001111001100110000101100010100010111111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348799; }

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

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

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

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

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

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

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

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