Html Css Color HEX #256B73 Allports

📋 copy color: '#256B73'

red 37 ◦ green 107 ◦ blue 115

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

Shades of Allports #256B73

Tints of Allports #256B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 14.29%
G = 41.31%
B = 44.4%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#256B73 (or 0x256B73) is known color: Allports. HEX triplet: 25, 6B and 73. RGB value is (37,107,115). Sum of RGB (Red+Green+Blue) = 37+107+115=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #256B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256B73 is #DA948C. Grayscale: #565656. Windows color (decimal): -14324877 or 7564069. OLE color: 7564069.

HSL color Cylindrical-coordinate representation of color #256B73: hue angle of 186.15º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256B73 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 107 115 -
CMYK 0.68 0.07 0 0.55
HSL 186.15º 0.51% 0.3% -
HSV(B) 186.15º 0.68% 0.45% -
XYZ 9.12 12.15 18.08 -
YUV 86.98 143.81 92.35 -
System Red Green Blue C M Y K H S L
Decimal 37 107 115 0.68 0.07 0 0.55 186.15 0.51 0.3
Hex 25 6B 73 44 7 0 37 BA 33 1E
Octal 45 153 163 104 7 0 67 272 63 36
Binary 100101 1101011 1110011 1000100 111 0 110111 10111010 110011 11110

Color Harmonies of #256B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256B73

Black with #256B73

Text Example


Text Example

White with #256B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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