#348094

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

Shades of Scooter #348094

Tints of Scooter #348094

Color information

#348094 (or 0x348094) is unknown color: approx Scooter. HEX triplet: 34, 80 and 94. RGB value is (52,128,148). Sum of RGB (Red+Green+Blue) = 52+128+148=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #348094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348094 is #CB7F6B. Grayscale: #6B6B6B. Windows color (decimal): -13336428 or 9732148. OLE color: 9732148.

HSL color Cylindrical-coordinate representation of color #348094: hue angle of 192.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #348094 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB52128148-
CMYK0.650.1400.42
HSL192.5º48%39.22%-
HSV(B)192.5º64.86%58.04%-
XYZ14.4818.3130.79-
YUV107.56150.8288.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.85%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 148 (58.20% from 255) = 45.12%
R=15.85%
G=39.02%
B=45.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521281480.650.1400.42192.54839.22
Hex34809441E02Ac03027
Octal64200224101160523006047
Binary110100100000001001010010000011110010101011000000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348094; }

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

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

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

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

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

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

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

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