#348FAA

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

Shades of Scooter #348FAA

Tints of Scooter #348FAA

Color information

#348FAA (or 0x348FAA) is unknown color: approx Scooter. HEX triplet: 34, 8F and AA. RGB value is (52,143,170). Sum of RGB (Red+Green+Blue) = 52+143+170=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #348FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348FAA is #CB7055. Grayscale: #767676. Windows color (decimal): -13332566 or 11177780. OLE color: 11177780.

HSL color Cylindrical-coordinate representation of color #348FAA: hue angle of 193.73º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #348FAA is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52143170-
CMYK0.690.1600.33
HSL193.73º53.15%43.53%-
HSV(B)193.73º69.41%66.67%-
XYZ18.4923.2841.55-
YUV118.87156.8580.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.25%
GREEN value IS 143 (56.25% from 255) = 39.18%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=14.25%
G=39.18%
B=46.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521431700.690.1600.33193.7353.1543.53
Hex348FAA4510021c2352c
Octal64217252105200413026554
Binary1101001000111110101010100010110000010000111000010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348FAA; }

 p { color: rgb(52,143,170); }

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

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

 a { background-color: rgb(52,143,170); }

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

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

 span { border-color: rgb(52,143,170); }

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