#2580AF

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

Shades of Curious Blue #2580AF

Tints of Curious Blue #2580AF

Color information

#2580AF (or 0x2580AF) is unknown color: approx Curious Blue. HEX triplet: 25, 80 and AF. RGB value is (37,128,175). Sum of RGB (Red+Green+Blue) = 37+128+175=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #2580AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2580AF is #DA7F50. Grayscale: #696969. Windows color (decimal): -14319441 or 11501605. OLE color: 11501605.

HSL color Cylindrical-coordinate representation of color #2580AF: hue angle of 200.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2580AF is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB37128175-
CMYK0.790.2700.31
HSL200.43º65.09%41.57%-
HSV(B)200.43º78.86%68.63%-
XYZ16.2218.9343.36-
YUV106.15166.8578.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.88%
GREEN value IS 128 (50.39% from 255) = 37.65%
BLUE value IS 175 (68.75% from 255) = 51.47%
R=10.88%
G=37.65%
B=51.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371281750.790.2700.31200.4365.0941.57
Hex2580AF4F1B01Fc8412a
Octal452002571173303731010152
Binary1001011000000010101111100111111011011111110010001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2580AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2580AF; }

 p { color: rgb(37,128,175); }

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

<style>
 a { background-color: #2580AF; }

 a { background-color: rgb(37,128,175); }

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

<style>
 span { border-color: #2580AF; }

 span { border-color: rgb(37,128,175); }

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