Html Css Color HEX #256E81 Allports

📋 copy color: '#256E81'

red 37 ◦ green 110 ◦ blue 129

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

Shades of Allports #256E81

Tints of Allports #256E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.74%

R = 13.41%
G = 39.86%
B = 46.74%

CMYK

 C value IS 0.71

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#256E81 (or 0x256E81) is known color: Allports. HEX triplet: 25, 6E and 81. RGB value is (37,110,129). Sum of RGB (Red+Green+Blue) = 37+110+129=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #256E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E81 is #DA917E. Grayscale: #5A5A5A. Windows color (decimal): -14324095 or 8482341. OLE color: 8482341.

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

Color convert

RGB 37 110 129 -
CMYK 0.71 0.15 0 0.49
HSL 192.39º 0.55% 0.33% -
HSV(B) 192.39º 0.71% 0.51% -
XYZ 10.3 13.13 22.76 -
YUV 90.34 149.82 89.96 -
System Red Green Blue C M Y K H S L
Decimal 37 110 129 0.71 0.15 0 0.49 192.39 0.55 0.33
Hex 25 6E 81 47 F 0 31 C0 37 21
Octal 45 156 201 107 17 0 61 300 67 41
Binary 100101 1101110 10000001 1000111 1111 0 110001 11000000 110111 100001

Color Harmonies of #256E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256E81

Black with #256E81

Text Example


Text Example

White with #256E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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