#348292

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

Shades of Scooter #348292

Tints of Scooter #348292

Color information

#348292 (or 0x348292) is unknown color: approx Scooter. HEX triplet: 34, 82 and 92. RGB value is (52,130,146). Sum of RGB (Red+Green+Blue) = 52+130+146=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #348292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348292 is #CB7D6D. Grayscale: #6C6C6C. Windows color (decimal): -13335918 or 9601588. OLE color: 9601588.

HSL color Cylindrical-coordinate representation of color #348292: hue angle of 190.21º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348292 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB52130146-
CMYK0.640.1100.43
HSL190.21º47.47%38.82%-
HSV(B)190.21º64.38%57.25%-
XYZ14.5918.7730.05-
YUV108.5149.1687.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.85%
GREEN value IS 130 (51.17% from 255) = 39.63%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=15.85%
G=39.63%
B=44.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521301460.640.1100.43190.2147.4738.82
Hex34829240B02Bbe2f27
Octal64202222100130532765747
Binary110100100000101001001010000001011010101110111110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348292; }

 p { color: rgb(52,130,146); }

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

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

 a { background-color: rgb(52,130,146); }

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

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

 span { border-color: rgb(52,130,146); }

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