#348595

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

Shades of Scooter #348595

Tints of Scooter #348595

Color information

#348595 (or 0x348595) is unknown color: approx Scooter. HEX triplet: 34, 85 and 95. RGB value is (52,133,149). Sum of RGB (Red+Green+Blue) = 52+133+149=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #348595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348595 is #CB7A6A. Grayscale: #6E6E6E. Windows color (decimal): -13335147 or 9798964. OLE color: 9798964.

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

Color convert

RGB52133149-
CMYK0.650.1100.42
HSL189.9º48.26%39.41%-
HSV(B)189.9º65.1%58.43%-
XYZ15.2319.6831.43-
YUV110.6149.6686.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.57%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=15.57%
G=39.82%
B=44.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521331490.650.1100.42189.948.2639.41
Hex34859541B02Abe3027
Octal64205225101130522766047
Binary110100100001011001010110000011011010101010111110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348595; }

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

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

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

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

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

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

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

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