Html Css Color HEX #256F84 Allports

📋 copy color: '#256F84'

red 37 ◦ green 111 ◦ blue 132

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

Shades of Allports #256F84

Tints of Allports #256F84

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.64%

 BLUE value IS 132 (51.95% from 255) = 47.14%

R = 13.21%
G = 39.64%
B = 47.14%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256F84 (or 0x256F84) is known color: Allports. HEX triplet: 25, 6F and 84. RGB value is (37,111,132). Sum of RGB (Red+Green+Blue) = 37+111+132=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #256F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256F84 is #DA907B. Grayscale: #5B5B5B. Windows color (decimal): -14323836 or 8679205. OLE color: 8679205.

HSL color Cylindrical-coordinate representation of color #256F84: hue angle of 193.26º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256F84 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 111 132 -
CMYK 0.72 0.16 0 0.48
HSL 193.26º 0.56% 0.33% -
HSV(B) 193.26º 0.72% 0.52% -
XYZ 10.61 13.43 23.86 -
YUV 91.27 150.98 89.29 -
System Red Green Blue C M Y K H S L
Decimal 37 111 132 0.72 0.16 0 0.48 193.26 0.56 0.33
Hex 25 6F 84 48 10 0 30 C1 38 21
Octal 45 157 204 110 20 0 60 301 70 41
Binary 100101 1101111 10000100 1001000 10000 0 110000 11000001 111000 100001

Color Harmonies of #256F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256F84

Black with #256F84

Text Example


Text Example

White with #256F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,111,132); }

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

background-color css

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

 a { background-color: rgb(37,111,132); }

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

border-color css

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

 span { border-color: rgb(37,111,132); }

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