#348995

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

Shades of Scooter #348995

Tints of Scooter #348995

Color information

#348995 (or 0x348995) is unknown color: approx Scooter. HEX triplet: 34, 89 and 95. RGB value is (52,137,149). Sum of RGB (Red+Green+Blue) = 52+137+149=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #348995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348995 is #CB766A. Grayscale: #707070. Windows color (decimal): -13334123 or 9799988. OLE color: 9799988.

HSL color Cylindrical-coordinate representation of color #348995: hue angle of 187.42º 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 #348995 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB52137149-
CMYK0.650.0800.42
HSL187.42º48.26%39.41%-
HSV(B)187.42º65.1%58.43%-
XYZ15.7920.7931.61-
YUV112.95148.3484.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.38%
GREEN value IS 137 (53.91% from 255) = 40.53%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=15.38%
G=40.53%
B=44.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521371490.650.0800.42187.4248.2639.41
Hex34899541802Abb3027
Octal64211225101100522736047
Binary110100100010011001010110000011000010101010111011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348995; }

 p { color: rgb(52,137,149); }

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

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

 a { background-color: rgb(52,137,149); }

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

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

 span { border-color: rgb(52,137,149); }

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