#348396

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

Shades of Scooter #348396

Tints of Scooter #348396

Color information

#348396 (or 0x348396) is unknown color: approx Scooter. HEX triplet: 34, 83 and 96. RGB value is (52,131,150). Sum of RGB (Red+Green+Blue) = 52+131+150=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #348396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348396 is #CB7C69. Grayscale: #6D6D6D. Windows color (decimal): -13335658 or 9863988. OLE color: 9863988.

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

Color convert

RGB52131150-
CMYK0.650.1300.41
HSL191.63º48.51%39.61%-
HSV(B)191.63º65.33%58.82%-
XYZ15.0419.1631.76-
YUV109.54150.8386.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.62%
GREEN value IS 131 (51.56% from 255) = 39.34%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=15.62%
G=39.34%
B=45.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521311500.650.1300.41191.6348.5139.61
Hex34839641D029c03128
Octal64203226101150513006150
Binary110100100000111001011010000011101010100111000000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348396; }

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

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

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

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

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

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

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

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