Html Css Color HEX #256B81 Allports

📋 copy color: '#256B81'

red 37 ◦ green 107 ◦ blue 129

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

Shades of Allports #256B81

Tints of Allports #256B81

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.19%

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

R = 13.55%
G = 39.19%
B = 47.25%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#256B81 (or 0x256B81) is known color: Allports. HEX triplet: 25, 6B and 81. RGB value is (37,107,129). Sum of RGB (Red+Green+Blue) = 37+107+129=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #256B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256B81 is #DA947E. Grayscale: #585858. Windows color (decimal): -14324863 or 8481573. OLE color: 8481573.

HSL color Cylindrical-coordinate representation of color #256B81: hue angle of 194.35º 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 #256B81 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 107 129 -
CMYK 0.71 0.17 0 0.49
HSL 194.35º 0.55% 0.33% -
HSV(B) 194.35º 0.71% 0.51% -
XYZ 9.98 12.49 22.65 -
YUV 88.58 150.81 91.21 -
System Red Green Blue C M Y K H S L
Decimal 37 107 129 0.71 0.17 0 0.49 194.35 0.55 0.33
Hex 25 6B 81 47 11 0 31 C2 37 21
Octal 45 153 201 107 21 0 61 302 67 41
Binary 100101 1101011 10000001 1000111 10001 0 110001 11000010 110111 100001

Color Harmonies of #256B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256B81

Black with #256B81

Text Example


Text Example

White with #256B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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