Html Css Color HEX #256571 Allports

📋 copy color: '#256571'

red 37 ◦ green 101 ◦ blue 113

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

Shades of Allports #256571

Tints of Allports #256571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.02%

R = 14.74%
G = 40.24%
B = 45.02%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#256571 (or 0x256571) is known color: Allports. HEX triplet: 25, 65 and 71. RGB value is (37,101,113). Sum of RGB (Red+Green+Blue) = 37+101+113=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #256571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256571 is #DA9A8E. Grayscale: #535353. Windows color (decimal): -14326415 or 7431461. OLE color: 7431461.

HSL color Cylindrical-coordinate representation of color #256571: hue angle of 189.47º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256571 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 101 113 -
CMYK 0.67 0.11 0 0.56
HSL 189.47º 0.51% 0.29% -
HSV(B) 189.47º 0.67% 0.44% -
XYZ 8.4 10.89 17.28 -
YUV 83.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 37 101 113 0.67 0.11 0 0.56 189.47 0.51 0.29
Hex 25 65 71 43 B 0 38 BD 33 1D
Octal 45 145 161 103 13 0 70 275 63 35
Binary 100101 1100101 1110001 1000011 1011 0 111000 10111101 110011 11101

Color Harmonies of #256571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256571

Black with #256571

Text Example


Text Example

White with #256571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256571; }

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

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

background-color css

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

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

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

border-color css

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

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

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