#368A9A

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

Shades of Scooter #368A9A

Tints of Scooter #368A9A

Color information

#368A9A (or 0x368A9A) is unknown color: approx Scooter. HEX triplet: 36, 8A and 9A. RGB value is (54,138,154). Sum of RGB (Red+Green+Blue) = 54+138+154=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #368A9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368A9A is #C97565. Grayscale: #727272. Windows color (decimal): -13202790 or 10127926. OLE color: 10127926.

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

Color convert

RGB54138154-
CMYK0.650.1000.40
HSL189.6º48.08%40.78%-
HSV(B)189.6º64.94%60.39%-
XYZ16.4421.2933.82-
YUV114.71150.1784.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.61%
GREEN value IS 138 (54.30% from 255) = 39.88%
BLUE value IS 154 (60.55% from 255) = 44.51%
R=15.61%
G=39.88%
B=44.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541381540.650.1000.40189.648.0840.78
Hex368A9A41A028be3029
Octal66212232101120502766051
Binary110110100010101001101010000011010010100010111110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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