Html Css Color HEX #256580 Allports

📋 copy color: '#256580'

red 37 ◦ green 101 ◦ blue 128

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

Shades of Allports #256580

Tints of Allports #256580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.97%

 BLUE value IS 128 (50.39% from 255) = 48.12%

R = 13.91%
G = 37.97%
B = 48.12%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#256580 (or 0x256580) is known color: Allports. HEX triplet: 25, 65 and 80. RGB value is (37,101,128). Sum of RGB (Red+Green+Blue) = 37+101+128=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #256580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256580 is #DA9A7F. Grayscale: #545454. Windows color (decimal): -14326400 or 8414501. OLE color: 8414501.

HSL color Cylindrical-coordinate representation of color #256580: hue angle of 197.8º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #256580 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 101 128 -
CMYK 0.71 0.21 0 0.50
HSL 197.8º 0.55% 0.32% -
HSV(B) 197.8º 0.71% 0.5% -
XYZ 9.31 11.26 22.1 -
YUV 84.94 152.3 93.8 -
System Red Green Blue C M Y K H S L
Decimal 37 101 128 0.71 0.21 0 0.50 197.8 0.55 0.32
Hex 25 65 80 47 15 0 32 C6 37 20
Octal 45 145 200 107 25 0 62 306 67 40
Binary 100101 1100101 10000000 1000111 10101 0 110010 11000110 110111 100000

Color Harmonies of #256580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256580

Black with #256580

Text Example


Text Example

White with #256580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256580; }

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

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

background-color css

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

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

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

border-color css

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

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

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