Html Css Color HEX #256E84 Allports

📋 copy color: '#256E84'

red 37 ◦ green 110 ◦ blue 132

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

Shades of Allports #256E84

Tints of Allports #256E84

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.43%

 BLUE value IS 132 (51.95% from 255) = 47.31%

R = 13.26%
G = 39.43%
B = 47.31%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256E84 (or 0x256E84) is known color: Allports. HEX triplet: 25, 6E and 84. RGB value is (37,110,132). Sum of RGB (Red+Green+Blue) = 37+110+132=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #256E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E84 is #DA917B. Grayscale: #5A5A5A. Windows color (decimal): -14324092 or 8678949. OLE color: 8678949.

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

Color convert

RGB 37 110 132 -
CMYK 0.72 0.17 0 0.48
HSL 193.89º 0.56% 0.33% -
HSV(B) 193.89º 0.72% 0.52% -
XYZ 10.5 13.21 23.83 -
YUV 90.68 151.32 89.71 -
System Red Green Blue C M Y K H S L
Decimal 37 110 132 0.72 0.17 0 0.48 193.89 0.56 0.33
Hex 25 6E 84 48 11 0 30 C2 38 21
Octal 45 156 204 110 21 0 60 302 70 41
Binary 100101 1101110 10000100 1001000 10001 0 110000 11000010 111000 100001

Color Harmonies of #256E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256E84

Black with #256E84

Text Example


Text Example

White with #256E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,110,132); }

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

background-color css

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

 a { background-color: rgb(37,110,132); }

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

border-color css

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

 span { border-color: rgb(37,110,132); }

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