#348395

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

Shades of Scooter #348395

Tints of Scooter #348395

Color information

#348395 (or 0x348395) is unknown color: approx Scooter. HEX triplet: 34, 83 and 95. RGB value is (52,131,149). Sum of RGB (Red+Green+Blue) = 52+131+149=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #348395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348395 is #CB7C6A. Grayscale: #6D6D6D. Windows color (decimal): -13335659 or 9798452. OLE color: 9798452.

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

Color convert

RGB52131149-
CMYK0.650.1200.42
HSL191.13º48.26%39.41%-
HSV(B)191.13º65.1%58.43%-
XYZ14.9619.1331.34-
YUV109.43150.3387.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=15.66%
G=39.46%
B=44.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521311490.650.1200.42191.1348.2639.41
Hex34839541C02Abf3027
Octal64203225101140522776047
Binary110100100000111001010110000011100010101010111111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348395; }

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

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

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

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

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

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

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

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