Html Css Color HEX #256F88 Allports

📋 copy color: '#256F88'

red 37 ◦ green 111 ◦ blue 136

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

Shades of Allports #256F88

Tints of Allports #256F88

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.08%

 BLUE value IS 136 (53.52% from 255) = 47.89%

R = 13.03%
G = 39.08%
B = 47.89%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#256F88 (or 0x256F88) is known color: Allports. HEX triplet: 25, 6F and 88. RGB value is (37,111,136). Sum of RGB (Red+Green+Blue) = 37+111+136=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #256F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256F88 is #DA9077. Grayscale: #5B5B5B. Windows color (decimal): -14323832 or 8941349. OLE color: 8941349.

HSL color Cylindrical-coordinate representation of color #256F88: hue angle of 195.15º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #256F88 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 111 136 -
CMYK 0.73 0.18 0 0.47
HSL 195.15º 0.57% 0.34% -
HSV(B) 195.15º 0.73% 0.53% -
XYZ 10.89 13.54 25.33 -
YUV 91.72 152.98 88.97 -
System Red Green Blue C M Y K H S L
Decimal 37 111 136 0.73 0.18 0 0.47 195.15 0.57 0.34
Hex 25 6F 88 49 12 0 2F C3 39 22
Octal 45 157 210 111 22 0 57 303 71 42
Binary 100101 1101111 10001000 1001001 10010 0 101111 11000011 111001 100010

Color Harmonies of #256F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256F88

Black with #256F88

Text Example


Text Example

White with #256F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,111,136); }

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

background-color css

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

 a { background-color: rgb(37,111,136); }

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

border-color css

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

 span { border-color: rgb(37,111,136); }

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