#368594

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

Shades of Scooter #368594

Tints of Scooter #368594

Color information

#368594 (or 0x368594) is unknown color: approx Scooter. HEX triplet: 36, 85 and 94. RGB value is (54,133,148). Sum of RGB (Red+Green+Blue) = 54+133+148=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 133 (52.34% from 255 or 39.70% 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 #368594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368594 is #C97A6B. Grayscale: #6E6E6E. Windows color (decimal): -13204076 or 9733430. OLE color: 9733430.

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

Color convert

RGB54133148-
CMYK0.640.1000.42
HSL189.57º46.53%39.61%-
HSV(B)189.57º63.51%58.04%-
XYZ15.2519.731.01-
YUV111.09148.8387.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.12%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 148 (58.20% from 255) = 44.18%
R=16.12%
G=39.70%
B=44.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541331480.640.1000.42189.5746.5339.61
Hex36859440A02Abe2f28
Octal66205224100120522765750
Binary110110100001011001010010000001010010101010111110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368594; }

 p { color: rgb(54,133,148); }

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

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

 a { background-color: rgb(54,133,148); }

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

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

 span { border-color: rgb(54,133,148); }

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