#368391

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

Shades of Scooter #368391

Tints of Scooter #368391

Color information

#368391 (or 0x368391) is unknown color: approx Scooter. HEX triplet: 36, 83 and 91. RGB value is (54,131,145). Sum of RGB (Red+Green+Blue) = 54+131+145=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #368391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368391 is #C97C6E. Grayscale: #6D6D6D. Windows color (decimal): -13204591 or 9536310. OLE color: 9536310.

HSL color Cylindrical-coordinate representation of color #368391: hue angle of 189.23º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #368391 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB54131145-
CMYK0.630.1000.43
HSL189.23º45.73%39.02%-
HSV(B)189.23º62.76%56.86%-
XYZ14.7519.0629.69-
YUV109.57147.9988.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.36%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=16.36%
G=39.70%
B=43.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541311450.630.1000.43189.2345.7339.02
Hex3683913FA02Bbd2e27
Octal6620322177120532755647
Binary11011010000011100100011111111010010101110111101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368391; }

 p { color: rgb(54,131,145); }

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

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

 a { background-color: rgb(54,131,145); }

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

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

 span { border-color: rgb(54,131,145); }

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