Html Css Color HEX #256473 Allports

📋 copy color: '#256473'

red 37 ◦ green 100 ◦ blue 115

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

Shades of Allports #256473

Tints of Allports #256473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.68%

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

R = 14.68%
G = 39.68%
B = 45.63%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#256473 (or 0x256473) is known color: Allports. HEX triplet: 25, 64 and 73. RGB value is (37,100,115). Sum of RGB (Red+Green+Blue) = 37+100+115=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #256473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256473 is #DA9B8C. Grayscale: #525252. Windows color (decimal): -14326669 or 7562277. OLE color: 7562277.

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

Color convert

RGB 37 100 115 -
CMYK 0.68 0.13 0 0.55
HSL 191.54º 0.51% 0.3% -
HSV(B) 191.54º 0.68% 0.45% -
XYZ 8.41 10.75 17.85 -
YUV 82.87 146.13 95.28 -
System Red Green Blue C M Y K H S L
Decimal 37 100 115 0.68 0.13 0 0.55 191.54 0.51 0.3
Hex 25 64 73 44 D 0 37 C0 33 1E
Octal 45 144 163 104 15 0 67 300 63 36
Binary 100101 1100100 1110011 1000100 1101 0 110111 11000000 110011 11110

Color Harmonies of #256473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256473

Black with #256473

Text Example


Text Example

White with #256473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256473; }

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

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

background-color css

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

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

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

border-color css

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

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

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