Html Css Color HEX #2560BE Denim

📋 copy color: '#2560BE'

red 37 ◦ green 96 ◦ blue 190

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

Shades of Denim #2560BE

Tints of Denim #2560BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.72%

 BLUE value IS 190 (74.61% from 255) = 58.82%

R = 11.46%
G = 29.72%
B = 58.82%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2560BE (or 0x2560BE) is known color: Denim. HEX triplet: 25, 60 and BE. RGB value is (37,96,190). Sum of RGB (Red+Green+Blue) = 37+96+190=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #2560BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2560BE is #DA9F41. Grayscale: #585858. Windows color (decimal): -14327618 or 12476453. OLE color: 12476453.

HSL color Cylindrical-coordinate representation of color #2560BE: hue angle of 216.86º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2560BE is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 96 190 -
CMYK 0.81 0.49 0 0.25
HSL 216.86º 0.67% 0.45% -
HSV(B) 216.86º 0.81% 0.75% -
XYZ 14.24 12.48 50.37 -
YUV 89.08 184.95 90.86 -
System Red Green Blue C M Y K H S L
Decimal 37 96 190 0.81 0.49 0 0.25 216.86 0.67 0.45
Hex 25 60 BE 51 31 0 19 D9 43 2D
Octal 45 140 276 121 61 0 31 331 103 55
Binary 100101 1100000 10111110 1010001 110001 0 11001 11011001 1000011 101101

Color Harmonies of #2560BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2560BE

Black with #2560BE

Text Example


Text Example

White with #2560BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2560BE; }

 p { color: rgb(37,96,190); }

 H1.HeaderClassName
 {
   color: #2560BE;
 }
 .AnyTagClassName
 {
   color: #2560BE;
 }
</style>

background-color css

<style>
 a { background-color: #2560BE; }

 a { background-color: rgb(37,96,190); }

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

border-color css

<style>
 span { border-color: #2560BE; }

 span { border-color: rgb(37,96,190); }

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