Html Css Color HEX #2580B0 Curious Blue

📋 copy color: '#2580B0'

red 37 ◦ green 128 ◦ blue 176

#2580B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #2580B0

Tints of Curious Blue #2580B0

RGB

 RED value IS 37 (14.84% from 255) = 10.85%

 GREEN value IS 128 (50.39% from 255) = 37.54%

 BLUE value IS 176 (69.14% from 255) = 51.61%

R = 10.85%
G = 37.54%
B = 51.61%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2580B0 (or 0x2580B0) is known color: Curious Blue. HEX triplet: 25, 80 and B0. RGB value is (37,128,176). Sum of RGB (Red+Green+Blue) = 37+128+176=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 176 (69.14% from 255 or 51.61% from 341); Max value from RGB is 176 - color contains mainly: blue. Hex color #2580B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2580B0 is #DA7F4F. Grayscale: #696969. Windows color (decimal): -14319440 or 11567141. OLE color: 11567141.

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

Color convert

RGB 37 128 176 -
CMYK 0.79 0.27 0 0.31
HSL 200.72º 0.65% 0.42% -
HSV(B) 200.72º 0.79% 0.69% -
XYZ 16.32 18.97 43.88 -
YUV 106.26 167.35 78.6 -
System Red Green Blue C M Y K H S L
Decimal 37 128 176 0.79 0.27 0 0.31 200.72 0.65 0.42
Hex 25 80 B0 4F 1B 0 1F C9 41 2A
Octal 45 200 260 117 33 0 37 311 101 52
Binary 100101 10000000 10110000 1001111 11011 0 11111 11001001 1000001 101010

Color Harmonies of #2580B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2580B0

Black with #2580B0

Text Example


Text Example

White with #2580B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2580B0;
 }
 .AnyTagClassName
 {
   color: #2580B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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