Html Css Color HEX #256882 Allports

📋 copy color: '#256882'

red 37 ◦ green 104 ◦ blue 130

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

Shades of Allports #256882

Tints of Allports #256882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.97%

R = 13.65%
G = 38.38%
B = 47.97%

CMYK

 C value IS 0.72

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#256882 (or 0x256882) is known color: Allports. HEX triplet: 25, 68 and 82. RGB value is (37,104,130). Sum of RGB (Red+Green+Blue) = 37+104+130=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #256882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256882 is #DA977D. Grayscale: #565656. Windows color (decimal): -14325630 or 8546341. OLE color: 8546341.

HSL color Cylindrical-coordinate representation of color #256882: hue angle of 196.77º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256882 is Cyan = 0.72, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 104 130 -
CMYK 0.72 0.2 0 0.49
HSL 196.77º 0.56% 0.33% -
HSV(B) 196.77º 0.72% 0.51% -
XYZ 9.74 11.91 22.9 -
YUV 86.93 152.3 92.39 -
System Red Green Blue C M Y K H S L
Decimal 37 104 130 0.72 0.2 0 0.49 196.77 0.56 0.33
Hex 25 68 82 48 14 0 31 C5 38 21
Octal 45 150 202 110 24 0 61 305 70 41
Binary 100101 1101000 10000010 1001000 10100 0 110001 11000101 111000 100001

Color Harmonies of #256882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256882

Black with #256882

Text Example


Text Example

White with #256882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256882; }

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

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

background-color css

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

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

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

border-color css

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

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

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