Html Css Color HEX #256A8B Allports

📋 copy color: '#256A8B'

red 37 ◦ green 106 ◦ blue 139

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

Shades of Allports #256A8B

Tints of Allports #256A8B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.59%

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

R = 13.12%
G = 37.59%
B = 49.29%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#256A8B (or 0x256A8B) is known color: Allports. HEX triplet: 25, 6A and 8B. RGB value is (37,106,139). Sum of RGB (Red+Green+Blue) = 37+106+139=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #256A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256A8B is #DA9574. Grayscale: #585858. Windows color (decimal): -14325109 or 9136677. OLE color: 9136677.

HSL color Cylindrical-coordinate representation of color #256A8B: hue angle of 199.41º 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 #256A8B is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 106 139 -
CMYK 0.73 0.24 0 0.45
HSL 199.41º 0.58% 0.35% -
HSV(B) 199.41º 0.73% 0.55% -
XYZ 10.58 12.57 26.29 -
YUV 89.13 156.14 90.82 -
System Red Green Blue C M Y K H S L
Decimal 37 106 139 0.73 0.24 0 0.45 199.41 0.58 0.35
Hex 25 6A 8B 49 18 0 2D C7 3A 23
Octal 45 152 213 111 30 0 55 307 72 43
Binary 100101 1101010 10001011 1001001 11000 0 101101 11000111 111010 100011

Color Harmonies of #256A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256A8B

Black with #256A8B

Text Example


Text Example

White with #256A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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