Html Css Color HEX #256573 Allports

📋 copy color: '#256573'

red 37 ◦ green 101 ◦ blue 115

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

Shades of Allports #256573

Tints of Allports #256573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.92%

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

R = 14.62%
G = 39.92%
B = 45.45%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#256573 (or 0x256573) is known color: Allports. HEX triplet: 25, 65 and 73. RGB value is (37,101,115). Sum of RGB (Red+Green+Blue) = 37+101+115=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #256573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256573 is #DA9A8C. Grayscale: #535353. Windows color (decimal): -14326413 or 7562533. OLE color: 7562533.

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

Color convert

RGB 37 101 115 -
CMYK 0.68 0.12 0 0.55
HSL 190.77º 0.51% 0.3% -
HSV(B) 190.77º 0.68% 0.45% -
XYZ 8.51 10.94 17.88 -
YUV 83.46 145.8 94.86 -
System Red Green Blue C M Y K H S L
Decimal 37 101 115 0.68 0.12 0 0.55 190.77 0.51 0.3
Hex 25 65 73 44 C 0 37 BF 33 1E
Octal 45 145 163 104 14 0 67 277 63 36
Binary 100101 1100101 1110011 1000100 1100 0 110111 10111111 110011 11110

Color Harmonies of #256573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256573

Black with #256573

Text Example


Text Example

White with #256573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256573; }

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

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

background-color css

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

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

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

border-color css

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

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

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