#348498

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

Shades of Scooter #348498

Tints of Scooter #348498

Color information

#348498 (or 0x348498) is unknown color: approx Scooter. HEX triplet: 34, 84 and 98. RGB value is (52,132,152). Sum of RGB (Red+Green+Blue) = 52+132+152=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #348498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348498 is #CB7B67. Grayscale: #6E6E6E. Windows color (decimal): -13335400 or 9995316. OLE color: 9995316.

HSL color Cylindrical-coordinate representation of color #348498: hue angle of 192º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #348498 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB52132152-
CMYK0.660.1300.40
HSL192º49.02%40%-
HSV(B)192º65.79%59.61%-
XYZ15.3319.532.66-
YUV110.36151.586.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.48%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 152 (59.77% from 255) = 45.24%
R=15.48%
G=39.29%
B=45.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521321520.660.1300.4019249.0240
Hex34849842D028c03128
Octal64204230102150503006150
Binary110100100001001001100010000101101010100011000000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348498; }

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

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

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

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

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

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

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

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