Html Css Color HEX #256971 Allports

📋 copy color: '#256971'

red 37 ◦ green 105 ◦ blue 113

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

Shades of Allports #256971

Tints of Allports #256971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.18%

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

R = 14.51%
G = 41.18%
B = 44.31%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#256971 (or 0x256971) is known color: Allports. HEX triplet: 25, 69 and 71. RGB value is (37,105,113). Sum of RGB (Red+Green+Blue) = 37+105+113=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #256971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256971 is #DA968E. Grayscale: #555555. Windows color (decimal): -14325391 or 7432485. OLE color: 7432485.

HSL color Cylindrical-coordinate representation of color #256971: hue angle of 186.32º 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 #256971 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 105 113 -
CMYK 0.67 0.07 0 0.56
HSL 186.32º 0.51% 0.29% -
HSV(B) 186.32º 0.67% 0.44% -
XYZ 8.8 11.69 17.42 -
YUV 85.58 143.47 93.35 -
System Red Green Blue C M Y K H S L
Decimal 37 105 113 0.67 0.07 0 0.56 186.32 0.51 0.29
Hex 25 69 71 43 7 0 38 BA 33 1D
Octal 45 151 161 103 7 0 70 272 63 35
Binary 100101 1101001 1110001 1000011 111 0 111000 10111010 110011 11101

Color Harmonies of #256971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256971

Black with #256971

Text Example


Text Example

White with #256971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256971; }

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

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

background-color css

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

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

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

border-color css

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

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

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