Html Css Color HEX #2580B3 Curious Blue

📋 copy color: '#2580B3'

red 37 ◦ green 128 ◦ blue 179

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

Shades of Curious Blue #2580B3

Tints of Curious Blue #2580B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.03%

R = 10.76%
G = 37.21%
B = 52.03%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2580B3 (or 0x2580B3) is known color: Curious Blue. HEX triplet: 25, 80 and B3. RGB value is (37,128,179). Sum of RGB (Red+Green+Blue) = 37+128+179=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 179 (70.31% from 255 or 52.03% from 344); Max value from RGB is 179 - color contains mainly: blue. Hex color #2580B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2580B3 is #DA7F4C. Grayscale: #6A6A6A. Windows color (decimal): -14319437 or 11763749. OLE color: 11763749.

HSL color Cylindrical-coordinate representation of color #2580B3: hue angle of 201.55º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2580B3 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 128 179 -
CMYK 0.79 0.28 0 0.30
HSL 201.55º 0.66% 0.42% -
HSV(B) 201.55º 0.79% 0.7% -
XYZ 16.62 19.09 45.46 -
YUV 106.61 168.85 78.35 -
System Red Green Blue C M Y K H S L
Decimal 37 128 179 0.79 0.28 0 0.30 201.55 0.66 0.42
Hex 25 80 B3 4F 1C 0 1E CA 42 2A
Octal 45 200 263 117 34 0 36 312 102 52
Binary 100101 10000000 10110011 1001111 11100 0 11110 11001010 1000010 101010

Color Harmonies of #2580B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2580B3

Black with #2580B3

Text Example


Text Example

White with #2580B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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