Html Css Color HEX #256B84 Allports

📋 copy color: '#256B84'

red 37 ◦ green 107 ◦ blue 132

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

Shades of Allports #256B84

Tints of Allports #256B84

RGB

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

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

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

R = 13.41%
G = 38.77%
B = 47.83%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256B84 (or 0x256B84) is known color: Allports. HEX triplet: 25, 6B and 84. RGB value is (37,107,132). Sum of RGB (Red+Green+Blue) = 37+107+132=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #256B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256B84 is #DA947B. Grayscale: #585858. Windows color (decimal): -14324860 or 8678181. OLE color: 8678181.

HSL color Cylindrical-coordinate representation of color #256B84: hue angle of 195.79º 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 #256B84 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 107 132 -
CMYK 0.72 0.19 0 0.48
HSL 195.79º 0.56% 0.33% -
HSV(B) 195.79º 0.72% 0.52% -
XYZ 10.19 12.57 23.72 -
YUV 88.92 152.31 90.97 -
System Red Green Blue C M Y K H S L
Decimal 37 107 132 0.72 0.19 0 0.48 195.79 0.56 0.33
Hex 25 6B 84 48 13 0 30 C4 38 21
Octal 45 153 204 110 23 0 60 304 70 41
Binary 100101 1101011 10000100 1001000 10011 0 110000 11000100 111000 100001

Color Harmonies of #256B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256B84

Black with #256B84

Text Example


Text Example

White with #256B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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