#348099

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

Shades of Scooter #348099

Tints of Scooter #348099

Color information

#348099 (or 0x348099) is unknown color: approx Scooter. HEX triplet: 34, 80 and 99. RGB value is (52,128,153). Sum of RGB (Red+Green+Blue) = 52+128+153=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #348099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348099 is #CB7F66. Grayscale: #6B6B6B. Windows color (decimal): -13336423 or 10059828. OLE color: 10059828.

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

Color convert

RGB52128153-
CMYK0.660.1600.4
HSL194.85º49.27%40.2%-
HSV(B)194.85º66.01%60%-
XYZ14.8918.4732.92-
YUV108.13153.3287.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.62%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=15.62%
G=38.44%
B=45.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521281530.660.1600.4194.8549.2740.2
Hex3480994210028c33128
Octal64200231102200503036150
Binary1101001000000010011001100001010000010100011000011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348099; }

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

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

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

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

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

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

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

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