#349A9F

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

Shades of Scooter #349A9F

Tints of Scooter #349A9F

Color information

#349A9F (or 0x349A9F) is unknown color: approx Scooter. HEX triplet: 34, 9A and 9F. RGB value is (52,154,159). Sum of RGB (Red+Green+Blue) = 52+154+159=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #349A9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349A9F is #CB6560. Grayscale: #7B7B7B. Windows color (decimal): -13329761 or 10459700. OLE color: 10459700.

HSL color Cylindrical-coordinate representation of color #349A9F: hue angle of 182.8º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349A9F is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB52154159-
CMYK0.670.0300.38
HSL182.8º50.71%41.37%-
HSV(B)182.8º67.3%62.35%-
XYZ19.2326.3436.87-
YUV124.07147.7176.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.25%
GREEN value IS 154 (60.55% from 255) = 42.19%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=14.25%
G=42.19%
B=43.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521541590.670.0300.38182.850.7141.37
Hex349A9F433026b73329
Octal6423223710330462676351
Binary1101001001101010011111100001111010011010110111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349A9F; }

 p { color: rgb(52,154,159); }

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

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

 a { background-color: rgb(52,154,159); }

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

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

 span { border-color: rgb(52,154,159); }

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