Html Css Color HEX #256C73 Allports

📋 copy color: '#256C73'

red 37 ◦ green 108 ◦ blue 115

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

Shades of Allports #256C73

Tints of Allports #256C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.54%

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

R = 14.23%
G = 41.54%
B = 44.23%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#256C73 (or 0x256C73) is known color: Allports. HEX triplet: 25, 6C and 73. RGB value is (37,108,115). Sum of RGB (Red+Green+Blue) = 37+108+115=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #256C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256C73 is #DA938C. Grayscale: #575757. Windows color (decimal): -14324621 or 7564325. OLE color: 7564325.

HSL color Cylindrical-coordinate representation of color #256C73: hue angle of 185.38º 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 #256C73 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 108 115 -
CMYK 0.68 0.06 0 0.55
HSL 185.38º 0.51% 0.3% -
HSV(B) 185.38º 0.68% 0.45% -
XYZ 9.22 12.36 18.12 -
YUV 87.57 143.48 91.93 -
System Red Green Blue C M Y K H S L
Decimal 37 108 115 0.68 0.06 0 0.55 185.38 0.51 0.3
Hex 25 6C 73 44 6 0 37 B9 33 1E
Octal 45 154 163 104 6 0 67 271 63 36
Binary 100101 1101100 1110011 1000100 110 0 110111 10111001 110011 11110

Color Harmonies of #256C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256C73

Black with #256C73

Text Example


Text Example

White with #256C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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