#2580B1

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

Shades of Curious Blue #2580B1

Tints of Curious Blue #2580B1

Color information

#2580B1 (or 0x2580B1) is unknown color: approx Curious Blue. HEX triplet: 25, 80 and B1. RGB value is (37,128,177). Sum of RGB (Red+Green+Blue) = 37+128+177=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #2580B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2580B1 is #DA7F4E. Grayscale: #6A6A6A. Windows color (decimal): -14319439 or 11632677. OLE color: 11632677.

HSL color Cylindrical-coordinate representation of color #2580B1: hue angle of 201º 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 #2580B1 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB37128177-
CMYK0.790.2800.31
HSL201º65.42%41.96%-
HSV(B)201º79.1%69.41%-
XYZ16.4219.0144.4-
YUV106.38167.8578.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.82%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 177 (69.53% from 255) = 51.75%
R=10.82%
G=37.43%
B=51.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371281770.790.2800.3120165.4241.96
Hex2580B14F1C01Fc9412a
Octal452002611173403731110152
Binary1001011000000010110001100111111100011111110010011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2580B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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