#368299

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

Shades of Scooter #368299

Tints of Scooter #368299

Color information

#368299 (or 0x368299) is unknown color: approx Scooter. HEX triplet: 36, 82 and 99. RGB value is (54,130,153). Sum of RGB (Red+Green+Blue) = 54+130+153=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #368299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368299 is #C97D66. Grayscale: #6D6D6D. Windows color (decimal): -13204839 or 10060342. OLE color: 10060342.

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

Color convert

RGB54130153-
CMYK0.650.1500.4
HSL193.94º47.83%40.59%-
HSV(B)193.94º64.71%60%-
XYZ15.2519.0533.01-
YUV109.9152.3288.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.02%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=16.02%
G=38.58%
B=45.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541301530.650.1500.4193.9447.8340.59
Hex36829941F028c23029
Octal66202231101170503026051
Binary110110100000101001100110000011111010100011000010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368299; }

 p { color: rgb(54,130,153); }

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

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

 a { background-color: rgb(54,130,153); }

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

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

 span { border-color: rgb(54,130,153); }

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