#358694

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

Shades of Scooter #358694

Tints of Scooter #358694

Color information

#358694 (or 0x358694) is unknown color: approx Scooter. HEX triplet: 35, 86 and 94. RGB value is (53,134,148). Sum of RGB (Red+Green+Blue) = 53+134+148=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #358694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358694 is #CA796B. Grayscale: #6F6F6F. Windows color (decimal): -13269356 or 9733685. OLE color: 9733685.

HSL color Cylindrical-coordinate representation of color #358694: hue angle of 188.84º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358694 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53134148-
CMYK0.640.0900.42
HSL188.84º47.26%39.41%-
HSV(B)188.84º64.19%58.04%-
XYZ15.3419.9531.06-
YUV111.38148.6686.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.82%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 148 (58.20% from 255) = 44.18%
R=15.82%
G=40%
B=44.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531341480.640.0900.42188.8447.2639.41
Hex35869440902Abd2f27
Octal65206224100110522755747
Binary110101100001101001010010000001001010101010111101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358694; }

 p { color: rgb(53,134,148); }

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

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

 a { background-color: rgb(53,134,148); }

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

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

 span { border-color: rgb(53,134,148); }

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