Html Css Color HEX #256B8B Allports

📋 copy color: '#256B8B'

red 37 ◦ green 107 ◦ blue 139

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

Shades of Allports #256B8B

Tints of Allports #256B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.81%

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

R = 13.07%
G = 37.81%
B = 49.12%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#256B8B (or 0x256B8B) is known color: Allports. HEX triplet: 25, 6B and 8B. RGB value is (37,107,139). Sum of RGB (Red+Green+Blue) = 37+107+139=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #256B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256B8B is #DA9474. Grayscale: #595959. Windows color (decimal): -14324853 or 9136933. OLE color: 9136933.

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

Color convert

RGB 37 107 139 -
CMYK 0.73 0.23 0 0.45
HSL 198.82º 0.58% 0.35% -
HSV(B) 198.82º 0.73% 0.55% -
XYZ 10.68 12.77 26.33 -
YUV 89.72 155.81 90.4 -
System Red Green Blue C M Y K H S L
Decimal 37 107 139 0.73 0.23 0 0.45 198.82 0.58 0.35
Hex 25 6B 8B 49 17 0 2D C7 3A 23
Octal 45 153 213 111 27 0 55 307 72 43
Binary 100101 1101011 10001011 1001001 10111 0 101101 11000111 111010 100011

Color Harmonies of #256B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256B8B

Black with #256B8B

Text Example


Text Example

White with #256B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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