#2580C1

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

Shades of Curious Blue #2580C1

Tints of Curious Blue #2580C1

Color information

#2580C1 (or 0x2580C1) is unknown color: approx Curious Blue. HEX triplet: 25, 80 and C1. RGB value is (37,128,193). Sum of RGB (Red+Green+Blue) = 37+128+193=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #2580C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2580C1 is #DA7F3E. Grayscale: #6B6B6B. Windows color (decimal): -14319423 or 12681253. OLE color: 12681253.

HSL color Cylindrical-coordinate representation of color #2580C1: hue angle of 205º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2580C1 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB37128193-
CMYK0.810.3400.24
HSL205º67.83%45.1%-
HSV(B)205º80.83%75.69%-
XYZ18.1119.6853.3-
YUV108.2175.8577.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.34%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 193 (75.78% from 255) = 53.91%
R=10.34%
G=35.75%
B=53.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal371281930.810.3400.2420567.8345.1
Hex2580C15122018cd442d
Octal452003011214203031510455
Binary10010110000000110000011010001100010011000110011011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2580C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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