Html Css Color HEX #256E83 Allports

📋 copy color: '#256E83'

red 37 ◦ green 110 ◦ blue 131

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

Shades of Allports #256E83

Tints of Allports #256E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.12%

R = 13.31%
G = 39.57%
B = 47.12%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#256E83 (or 0x256E83) is known color: Allports. HEX triplet: 25, 6E and 83. RGB value is (37,110,131). Sum of RGB (Red+Green+Blue) = 37+110+131=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #256E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E83 is #DA917C. Grayscale: #5A5A5A. Windows color (decimal): -14324093 or 8613413. OLE color: 8613413.

HSL color Cylindrical-coordinate representation of color #256E83: hue angle of 193.4º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256E83 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 110 131 -
CMYK 0.72 0.16 0 0.49
HSL 193.4º 0.56% 0.33% -
HSV(B) 193.4º 0.72% 0.51% -
XYZ 10.44 13.18 23.47 -
YUV 90.57 150.82 89.79 -
System Red Green Blue C M Y K H S L
Decimal 37 110 131 0.72 0.16 0 0.49 193.4 0.56 0.33
Hex 25 6E 83 48 10 0 31 C1 38 21
Octal 45 156 203 110 20 0 61 301 70 41
Binary 100101 1101110 10000011 1001000 10000 0 110001 11000001 111000 100001

Color Harmonies of #256E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256E83

Black with #256E83

Text Example


Text Example

White with #256E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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