Html Css Color HEX #2580AF Curious Blue

📋 copy color: '#2580AF'

red 37 ◦ green 128 ◦ blue 175

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

Shades of Curious Blue #2580AF

Tints of Curious Blue #2580AF

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 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

#2580AF (or 0x2580AF) is known color: 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

RGB 37 128 175 -
CMYK 0.79 0.27 0 0.31
HSL 200.43º 0.65% 0.42% -
HSV(B) 200.43º 0.79% 0.69% -
XYZ 16.22 18.93 43.36 -
YUV 106.15 166.85 78.68 -
System Red Green Blue C M Y K H S L
Decimal 37 128 175 0.79 0.27 0 0.31 200.43 0.65 0.42
Hex 25 80 AF 4F 1B 0 1F C8 41 2A
Octal 45 200 257 117 33 0 37 310 101 52
Binary 100101 10000000 10101111 1001111 11011 0 11111 11001000 1000001 101010

Color Harmonies of #2580AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2580AF

Black with #2580AF

Text Example


Text Example

White with #2580AF

Text Example


Text Example

HTML Codes & Css Web 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>