#368A99

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

Shades of Scooter #368A99

Tints of Scooter #368A99

Color information

#368A99 (or 0x368A99) is unknown color: approx Scooter. HEX triplet: 36, 8A and 99. RGB value is (54,138,153). Sum of RGB (Red+Green+Blue) = 54+138+153=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #368A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368A99 is #C97566. Grayscale: #727272. Windows color (decimal): -13202791 or 10062390. OLE color: 10062390.

HSL color Cylindrical-coordinate representation of color #368A99: hue angle of 189.09º 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 #368A99 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB54138153-
CMYK0.650.1000.4
HSL189.09º47.83%40.59%-
HSV(B)189.09º64.71%60%-
XYZ16.3621.2633.38-
YUV114.59149.6784.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.65%
GREEN value IS 138 (54.30% from 255) = 40%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=15.65%
G=40%
B=44.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541381530.650.1000.4189.0947.8340.59
Hex368A9941A028bd3029
Octal66212231101120502756051
Binary110110100010101001100110000011010010100010111101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368A99; }

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

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

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

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

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

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

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

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