Html Css Color HEX #256D82 Allports

📋 copy color: '#256D82'

red 37 ◦ green 109 ◦ blue 130

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

Shades of Allports #256D82

Tints of Allports #256D82

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.49%

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 13.41%
G = 39.49%
B = 47.1%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#256D82 (or 0x256D82) is known color: Allports. HEX triplet: 25, 6D and 82. RGB value is (37,109,130). Sum of RGB (Red+Green+Blue) = 37+109+130=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #256D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256D82 is #DA927D. Grayscale: #595959. Windows color (decimal): -14324350 or 8547621. OLE color: 8547621.

HSL color Cylindrical-coordinate representation of color #256D82: hue angle of 193.55º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256D82 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 109 130 -
CMYK 0.72 0.16 0 0.49
HSL 193.55º 0.56% 0.33% -
HSV(B) 193.55º 0.72% 0.51% -
XYZ 10.26 12.94 23.08 -
YUV 89.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 37 109 130 0.72 0.16 0 0.49 193.55 0.56 0.33
Hex 25 6D 82 48 10 0 31 C2 38 21
Octal 45 155 202 110 20 0 61 302 70 41
Binary 100101 1101101 10000010 1001000 10000 0 110001 11000010 111000 100001

Color Harmonies of #256D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256D82

Black with #256D82

Text Example


Text Example

White with #256D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256D82; }

 p { color: rgb(37,109,130); }

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

background-color css

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

 a { background-color: rgb(37,109,130); }

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

border-color css

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

 span { border-color: rgb(37,109,130); }

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