#369EAA

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

Shades of Scooter #369EAA

Tints of Scooter #369EAA

Color information

#369EAA (or 0x369EAA) is unknown color: approx Scooter. HEX triplet: 36, 9E and AA. RGB value is (54,158,170). Sum of RGB (Red+Green+Blue) = 54+158+170=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #369EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369EAA is #C96155. Grayscale: #808080. Windows color (decimal): -13197654 or 11181622. OLE color: 11181622.

HSL color Cylindrical-coordinate representation of color #369EAA: hue angle of 186.21º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #369EAA is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54158170-
CMYK0.680.0700.33
HSL186.21º51.79%43.92%-
HSV(B)186.21º68.24%66.67%-
XYZ2128.1442.35-
YUV128.27151.5475.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.14%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=14.14%
G=41.36%
B=44.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541581700.680.0700.33186.2151.7943.92
Hex369EAA447021ba342c
Octal6623625210470412726454
Binary11011010011110101010101000100111010000110111010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369EAA; }

 p { color: rgb(54,158,170); }

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

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

 a { background-color: rgb(54,158,170); }

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

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

 span { border-color: rgb(54,158,170); }

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