Html Css Color HEX #256C8B Allports

📋 copy color: '#256C8B'

red 37 ◦ green 108 ◦ blue 139

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

Shades of Allports #256C8B

Tints of Allports #256C8B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.03%

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

R = 13.03%
G = 38.03%
B = 48.94%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#256C8B (or 0x256C8B) is known color: Allports. HEX triplet: 25, 6C and 8B. RGB value is (37,108,139). Sum of RGB (Red+Green+Blue) = 37+108+139=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #256C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256C8B is #DA9374. Grayscale: #5A5A5A. Windows color (decimal): -14324597 or 9137189. OLE color: 9137189.

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

Color convert

RGB 37 108 139 -
CMYK 0.73 0.22 0 0.45
HSL 198.24º 0.58% 0.35% -
HSV(B) 198.24º 0.73% 0.55% -
XYZ 10.79 12.98 26.36 -
YUV 90.31 155.48 89.98 -
System Red Green Blue C M Y K H S L
Decimal 37 108 139 0.73 0.22 0 0.45 198.24 0.58 0.35
Hex 25 6C 8B 49 16 0 2D C6 3A 23
Octal 45 154 213 111 26 0 55 306 72 43
Binary 100101 1101100 10001011 1001001 10110 0 101101 11000110 111010 100011

Color Harmonies of #256C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256C8B

Black with #256C8B

Text Example


Text Example

White with #256C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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