Html Css Color HEX #256E8B Allports

📋 copy color: '#256E8B'

red 37 ◦ green 110 ◦ blue 139

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

Shades of Allports #256E8B

Tints of Allports #256E8B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.46%

 BLUE value IS 139 (54.69% from 255) = 48.6%

R = 12.94%
G = 38.46%
B = 48.6%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#256E8B (or 0x256E8B) is known color: Allports. HEX triplet: 25, 6E and 8B. RGB value is (37,110,139). Sum of RGB (Red+Green+Blue) = 37+110+139=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #256E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E8B is #DA9174. Grayscale: #5B5B5B. Windows color (decimal): -14324085 or 9137701. OLE color: 9137701.

HSL color Cylindrical-coordinate representation of color #256E8B: hue angle of 197.06º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #256E8B is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 110 139 -
CMYK 0.73 0.21 0 0.45
HSL 197.06º 0.58% 0.35% -
HSV(B) 197.06º 0.73% 0.55% -
XYZ 11 13.41 26.43 -
YUV 91.48 154.82 89.14 -
System Red Green Blue C M Y K H S L
Decimal 37 110 139 0.73 0.21 0 0.45 197.06 0.58 0.35
Hex 25 6E 8B 49 15 0 2D C5 3A 23
Octal 45 156 213 111 25 0 55 305 72 43
Binary 100101 1101110 10001011 1001001 10101 0 101101 11000101 111010 100011

Color Harmonies of #256E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256E8B

Black with #256E8B

Text Example


Text Example

White with #256E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,110,139); }

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

background-color css

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

 a { background-color: rgb(37,110,139); }

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

border-color css

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

 span { border-color: rgb(37,110,139); }

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