#359BAB

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

Shades of Scooter #359BAB

Tints of Scooter #359BAB

Color information

#359BAB (or 0x359BAB) is unknown color: approx Scooter. HEX triplet: 35, 9B and AB. RGB value is (53,155,171). Sum of RGB (Red+Green+Blue) = 53+155+171=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #359BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359BAB is #CA6454. Grayscale: #7E7E7E. Windows color (decimal): -13263957 or 11246389. OLE color: 11246389.

HSL color Cylindrical-coordinate representation of color #359BAB: hue angle of 188.14º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #359BAB is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53155171-
CMYK0.690.0900.33
HSL188.14º52.68%43.92%-
HSV(B)188.14º69.01%67.06%-
XYZ20.5427.1442.68-
YUV126.33153.2175.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.98%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=13.98%
G=40.90%
B=45.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531551710.690.0900.33188.1452.6843.92
Hex359BAB459021bc352c
Octal65233253105110412746554
Binary110101100110111010101110001011001010000110111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359BAB; }

 p { color: rgb(53,155,171); }

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

<style>
 a { background-color: #359BAB; }

 a { background-color: rgb(53,155,171); }

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

<style>
 span { border-color: #359BAB; }

 span { border-color: rgb(53,155,171); }

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