Html Css Color HEX #256F81 Allports

📋 copy color: '#256F81'

red 37 ◦ green 111 ◦ blue 129

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

Shades of Allports #256F81

Tints of Allports #256F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.07%

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

R = 13.36%
G = 40.07%
B = 46.57%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#256F81 (or 0x256F81) is known color: Allports. HEX triplet: 25, 6F and 81. RGB value is (37,111,129). Sum of RGB (Red+Green+Blue) = 37+111+129=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #256F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256F81 is #DA907E. Grayscale: #5A5A5A. Windows color (decimal): -14323839 or 8482597. OLE color: 8482597.

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

Color convert

RGB 37 111 129 -
CMYK 0.71 0.14 0 0.49
HSL 191.74º 0.55% 0.33% -
HSV(B) 191.74º 0.71% 0.51% -
XYZ 10.41 13.35 22.8 -
YUV 90.93 149.48 89.54 -
System Red Green Blue C M Y K H S L
Decimal 37 111 129 0.71 0.14 0 0.49 191.74 0.55 0.33
Hex 25 6F 81 47 E 0 31 C0 37 21
Octal 45 157 201 107 16 0 61 300 67 41
Binary 100101 1101111 10000001 1000111 1110 0 110001 11000000 110111 100001

Color Harmonies of #256F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256F81

Black with #256F81

Text Example


Text Example

White with #256F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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