#3580AB

Color #3580AB Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3580AB

Tints of Curious Blue #3580AB

Color information

#3580AB (or 0x3580AB) is unknown color: approx Curious Blue. HEX triplet: 35, 80 and AB. RGB value is (53,128,171). Sum of RGB (Red+Green+Blue) = 53+128+171=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #3580AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3580AB is #CA7F54. Grayscale: #6E6E6E. Windows color (decimal): -13270869 or 11239477. OLE color: 11239477.

HSL color Cylindrical-coordinate representation of color #3580AB: hue angle of 201.86º 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 #3580AB is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53128171-
CMYK0.690.2500.33
HSL201.86º52.68%43.92%-
HSV(B)201.86º69.01%67.06%-
XYZ16.5419.1441.35-
YUV110.48162.1587-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 128 (50.39% from 255) = 36.36%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=15.06%
G=36.36%
B=48.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531281710.690.2500.33201.8652.6843.92
Hex3580AB4519021ca352c
Octal65200253105310413126554
Binary1101011000000010101011100010111001010000111001010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3580AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3580AB; }

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

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

<style>
 a { background-color: #3580AB; }

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

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

<style>
 span { border-color: #3580AB; }

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

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