#348491

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

Shades of Scooter #348491

Tints of Scooter #348491

Color information

#348491 (or 0x348491) is unknown color: approx Scooter. HEX triplet: 34, 84 and 91. RGB value is (52,132,145). Sum of RGB (Red+Green+Blue) = 52+132+145=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #348491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348491 is #CB7B6E. Grayscale: #6D6D6D. Windows color (decimal): -13335407 or 9536564. OLE color: 9536564.

HSL color Cylindrical-coordinate representation of color #348491: hue angle of 188.39º 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 #348491 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB52132145-
CMYK0.640.0900.43
HSL188.39º47.21%38.63%-
HSV(B)188.39º64.14%56.86%-
XYZ14.7819.2829.73-
YUV109.5614886.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 145 (57.03% from 255) = 44.07%
R=15.81%
G=40.12%
B=44.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521321450.640.0900.43188.3947.2138.63
Hex34849140902Bbc2f27
Octal64204221100110532745747
Binary110100100001001001000110000001001010101110111100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348491; }

 p { color: rgb(52,132,145); }

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

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

 a { background-color: rgb(52,132,145); }

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

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

 span { border-color: rgb(52,132,145); }

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