Html Css Color HEX #256D8A Allports

📋 copy color: '#256D8A'

red 37 ◦ green 109 ◦ blue 138

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

Shades of Allports #256D8A

Tints of Allports #256D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.59%

R = 13.03%
G = 38.38%
B = 48.59%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#256D8A (or 0x256D8A) is known color: Allports. HEX triplet: 25, 6D and 8A. RGB value is (37,109,138). Sum of RGB (Red+Green+Blue) = 37+109+138=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #256D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256D8A is #DA9275. Grayscale: #5A5A5A. Windows color (decimal): -14324342 or 9071909. OLE color: 9071909.

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

Color convert

RGB 37 109 138 -
CMYK 0.73 0.21 0 0.46
HSL 197.23º 0.58% 0.34% -
HSV(B) 197.23º 0.73% 0.54% -
XYZ 10.82 13.17 26.02 -
YUV 90.78 154.65 89.64 -
System Red Green Blue C M Y K H S L
Decimal 37 109 138 0.73 0.21 0 0.46 197.23 0.58 0.34
Hex 25 6D 8A 49 15 0 2E C5 3A 22
Octal 45 155 212 111 25 0 56 305 72 42
Binary 100101 1101101 10001010 1001001 10101 0 101110 11000101 111010 100010

Color Harmonies of #256D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256D8A

Black with #256D8A

Text Example


Text Example

White with #256D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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