Html Css Color HEX #256D83 Allports

📋 copy color: '#256D83'

red 37 ◦ green 109 ◦ blue 131

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

Shades of Allports #256D83

Tints of Allports #256D83

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.35%

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

R = 13.36%
G = 39.35%
B = 47.29%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#256D83 (or 0x256D83) is known color: Allports. HEX triplet: 25, 6D and 83. RGB value is (37,109,131). Sum of RGB (Red+Green+Blue) = 37+109+131=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #256D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256D83 is #DA927C. Grayscale: #595959. Windows color (decimal): -14324349 or 8613157. OLE color: 8613157.

HSL color Cylindrical-coordinate representation of color #256D83: hue angle of 194.04º 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 #256D83 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 109 131 -
CMYK 0.72 0.17 0 0.49
HSL 194.04º 0.56% 0.33% -
HSV(B) 194.04º 0.72% 0.51% -
XYZ 10.33 12.97 23.43 -
YUV 89.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 37 109 131 0.72 0.17 0 0.49 194.04 0.56 0.33
Hex 25 6D 83 48 11 0 31 C2 38 21
Octal 45 155 203 110 21 0 61 302 70 41
Binary 100101 1101101 10000011 1001000 10001 0 110001 11000010 111000 100001

Color Harmonies of #256D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256D83

Black with #256D83

Text Example


Text Example

White with #256D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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