Html Css Color HEX #256884 Allports

📋 copy color: '#256884'

red 37 ◦ green 104 ◦ blue 132

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

Shades of Allports #256884

Tints of Allports #256884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.1%

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

R = 13.55%
G = 38.1%
B = 48.35%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256884 (or 0x256884) is known color: Allports. HEX triplet: 25, 68 and 84. RGB value is (37,104,132). Sum of RGB (Red+Green+Blue) = 37+104+132=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #256884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256884 is #DA977B. Grayscale: #565656. Windows color (decimal): -14325628 or 8677413. OLE color: 8677413.

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

Color convert

RGB 37 104 132 -
CMYK 0.72 0.21 0 0.48
HSL 197.68º 0.56% 0.33% -
HSV(B) 197.68º 0.72% 0.52% -
XYZ 9.88 11.96 23.62 -
YUV 87.16 153.3 92.22 -
System Red Green Blue C M Y K H S L
Decimal 37 104 132 0.72 0.21 0 0.48 197.68 0.56 0.33
Hex 25 68 84 48 15 0 30 C6 38 21
Octal 45 150 204 110 25 0 60 306 70 41
Binary 100101 1101000 10000100 1001000 10101 0 110000 11000110 111000 100001

Color Harmonies of #256884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256884

Black with #256884

Text Example


Text Example

White with #256884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256884; }

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

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

background-color css

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

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

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

border-color css

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

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

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