Html Css Color HEX #256680 Allports

📋 copy color: '#256680'

red 37 ◦ green 102 ◦ blue 128

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

Shades of Allports #256680

Tints of Allports #256680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.2%

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

R = 13.86%
G = 38.2%
B = 47.94%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#256680 (or 0x256680) is known color: Allports. HEX triplet: 25, 66 and 80. RGB value is (37,102,128). Sum of RGB (Red+Green+Blue) = 37+102+128=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #256680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256680 is #DA997F. Grayscale: #555555. Windows color (decimal): -14326144 or 8414757. OLE color: 8414757.

HSL color Cylindrical-coordinate representation of color #256680: hue angle of 197.14º 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 #256680 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 102 128 -
CMYK 0.71 0.20 0 0.50
HSL 197.14º 0.55% 0.32% -
HSV(B) 197.14º 0.71% 0.5% -
XYZ 9.41 11.45 22.14 -
YUV 85.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 37 102 128 0.71 0.20 0 0.50 197.14 0.55 0.32
Hex 25 66 80 47 14 0 32 C5 37 20
Octal 45 146 200 107 24 0 62 305 67 40
Binary 100101 1100110 10000000 1000111 10100 0 110010 11000101 110111 100000

Color Harmonies of #256680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256680

Black with #256680

Text Example


Text Example

White with #256680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256680; }

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

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

background-color css

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

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

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

border-color css

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

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

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