#368AA2

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

Shades of Scooter #368AA2

Tints of Scooter #368AA2

Color information

#368AA2 (or 0x368AA2) is unknown color: approx Scooter. HEX triplet: 36, 8A and A2. RGB value is (54,138,162). Sum of RGB (Red+Green+Blue) = 54+138+162=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 162 - color contains mainly: blue. Hex color #368AA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368AA2 is #C9755D. Grayscale: #737373. Windows color (decimal): -13202782 or 10652214. OLE color: 10652214.

HSL color Cylindrical-coordinate representation of color #368AA2: hue angle of 193.33º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #368AA2 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB54138162-
CMYK0.670.1500.36
HSL193.33º50%42.35%-
HSV(B)193.33º66.67%63.53%-
XYZ17.1321.5737.44-
YUV115.62154.1784.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.25%
GREEN value IS 138 (54.30% from 255) = 38.98%
BLUE value IS 162 (63.67% from 255) = 45.76%
R=15.25%
G=38.98%
B=45.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541381620.670.1500.36193.335042.35
Hex368AA243F024c1322a
Octal66212242103170443016252
Binary110110100010101010001010000111111010010011000001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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