Html Css Color HEX #256E7D Allports

📋 copy color: '#256E7D'

red 37 ◦ green 110 ◦ blue 125

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

Shades of Allports #256E7D

Tints of Allports #256E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.96%

R = 13.6%
G = 40.44%
B = 45.96%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#256E7D (or 0x256E7D) is known color: Allports. HEX triplet: 25, 6E and 7D. RGB value is (37,110,125). Sum of RGB (Red+Green+Blue) = 37+110+125=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #256E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256E7D is #DA9182. Grayscale: #595959. Windows color (decimal): -14324099 or 8220197. OLE color: 8220197.

HSL color Cylindrical-coordinate representation of color #256E7D: hue angle of 190.23º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #256E7D is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 110 125 -
CMYK 0.70 0.12 0 0.51
HSL 190.23º 0.54% 0.32% -
HSV(B) 190.23º 0.7% 0.49% -
XYZ 10.04 13.03 21.39 -
YUV 89.88 147.82 90.28 -
System Red Green Blue C M Y K H S L
Decimal 37 110 125 0.70 0.12 0 0.51 190.23 0.54 0.32
Hex 25 6E 7D 46 C 0 33 BE 36 20
Octal 45 156 175 106 14 0 63 276 66 40
Binary 100101 1101110 1111101 1000110 1100 0 110011 10111110 110110 100000

Color Harmonies of #256E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256E7D

Black with #256E7D

Text Example


Text Example

White with #256E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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