#369baa

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

Shades of Scooter #369BAA

Tints of Scooter #369BAA

Color information

#369BAA (or 0x369BAA) is unknown color: approx Scooter. HEX triplet: 36, 9B and AA. RGB value is (54,155,170). Sum of RGB (Red+Green+Blue) = 54+155+170=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #369BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369BAA is #C96455. Grayscale: #7E7E7E. Windows color (decimal): -13198422 or 11180854. OLE color: 11180854.

HSL color Cylindrical-coordinate representation of color #369BAA: hue angle of 187.76º 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 #369BAA is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54155170-
CMYK0.680.0900.33
HSL187.76º51.79%43.92%-
HSV(B)187.76º68.24%66.67%-
XYZ20.527.1342.19-
YUV126.51152.5476.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.25%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=14.25%
G=40.90%
B=44.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541551700.680.0900.33187.7651.7943.92
Hex369BAA449021bc342c
Octal66233252104110412746454
Binary110110100110111010101010001001001010000110111100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369baa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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