Html Css Color HEX #256B79 Allports

📋 copy color: '#256B79'

red 37 ◦ green 107 ◦ blue 121

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

Shades of Allports #256B79

Tints of Allports #256B79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 45.66%

R = 13.96%
G = 40.38%
B = 45.66%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#256B79 (or 0x256B79) is known color: Allports. HEX triplet: 25, 6B and 79. RGB value is (37,107,121). Sum of RGB (Red+Green+Blue) = 37+107+121=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #256B79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256B79 is #DA9486. Grayscale: #575757. Windows color (decimal): -14324871 or 7957285. OLE color: 7957285.

HSL color Cylindrical-coordinate representation of color #256B79: hue angle of 190º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256B79 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 107 121 -
CMYK 0.69 0.12 0 0.53
HSL 190º 0.53% 0.31% -
HSV(B) 190º 0.69% 0.47% -
XYZ 9.47 12.29 19.96 -
YUV 87.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 37 107 121 0.69 0.12 0 0.53 190 0.53 0.31
Hex 25 6B 79 45 C 0 35 BE 35 1F
Octal 45 153 171 105 14 0 65 276 65 37
Binary 100101 1101011 1111001 1000101 1100 0 110101 10111110 110101 11111

Color Harmonies of #256B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256B79

Black with #256B79

Text Example


Text Example

White with #256B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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