#348898

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

Shades of Scooter #348898

Tints of Scooter #348898

Color information

#348898 (or 0x348898) is unknown color: approx Scooter. HEX triplet: 34, 88 and 98. RGB value is (52,136,152). Sum of RGB (Red+Green+Blue) = 52+136+152=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #348898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348898 is #CB7767. Grayscale: #707070. Windows color (decimal): -13334376 or 9996340. OLE color: 9996340.

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

Color convert

RGB52136152-
CMYK0.660.1100.40
HSL189.6º49.02%40%-
HSV(B)189.6º65.79%59.61%-
XYZ15.8920.6132.85-
YUV112.71150.1784.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.29%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=15.29%
G=40%
B=44.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521361520.660.1100.40189.649.0240
Hex34889842B028be3128
Octal64210230102130502766150
Binary110100100010001001100010000101011010100010111110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348898; }

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

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

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

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

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

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

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

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