#359CA4

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

Shades of Scooter #359CA4

Tints of Scooter #359CA4

Color information

#359CA4 (or 0x359CA4) is unknown color: approx Scooter. HEX triplet: 35, 9C and A4. RGB value is (53,156,164). Sum of RGB (Red+Green+Blue) = 53+156+164=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #359CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359CA4 is #CA635B. Grayscale: #7D7D7D. Windows color (decimal): -13263708 or 10787893. OLE color: 10787893.

HSL color Cylindrical-coordinate representation of color #359CA4: hue angle of 184.32º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #359CA4 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB53156164-
CMYK0.680.0500.36
HSL184.32º51.15%42.55%-
HSV(B)184.32º67.68%64.31%-
XYZ20.0627.2139.32-
YUV126.11149.3875.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.21%
GREEN value IS 156 (61.33% from 255) = 41.82%
BLUE value IS 164 (64.45% from 255) = 43.97%
R=14.21%
G=41.82%
B=43.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531561640.680.0500.36184.3251.1542.55
Hex359CA4445024b8332b
Octal6523424410450442706353
Binary11010110011100101001001000100101010010010111000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,156,164); }

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

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

 a { background-color: rgb(53,156,164); }

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

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

 span { border-color: rgb(53,156,164); }

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