Html Css Color HEX #256A71 Allports

📋 copy color: '#256A71'

red 37 ◦ green 106 ◦ blue 113

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

Shades of Allports #256A71

Tints of Allports #256A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.41%

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

R = 14.45%
G = 41.41%
B = 44.14%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#256A71 (or 0x256A71) is known color: Allports. HEX triplet: 25, 6A and 71. RGB value is (37,106,113). Sum of RGB (Red+Green+Blue) = 37+106+113=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #256A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256A71 is #DA958E. Grayscale: #565656. Windows color (decimal): -14325135 or 7432741. OLE color: 7432741.

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

Color convert

RGB 37 106 113 -
CMYK 0.67 0.06 0 0.56
HSL 185.53º 0.51% 0.29% -
HSV(B) 185.53º 0.67% 0.44% -
XYZ 8.9 11.89 17.45 -
YUV 86.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 37 106 113 0.67 0.06 0 0.56 185.53 0.51 0.29
Hex 25 6A 71 43 6 0 38 BA 33 1D
Octal 45 152 161 103 6 0 70 272 63 35
Binary 100101 1101010 1110001 1000011 110 0 111000 10111010 110011 11101

Color Harmonies of #256A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256A71

Black with #256A71

Text Example


Text Example

White with #256A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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