Html Css Color HEX #256582 Allports

📋 copy color: '#256582'

red 37 ◦ green 101 ◦ blue 130

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

Shades of Allports #256582

Tints of Allports #256582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.69%

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

R = 13.81%
G = 37.69%
B = 48.51%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#256582 (or 0x256582) is known color: Allports. HEX triplet: 25, 65 and 82. RGB value is (37,101,130). Sum of RGB (Red+Green+Blue) = 37+101+130=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #256582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256582 is #DA9A7D. Grayscale: #545454. Windows color (decimal): -14326398 or 8545573. OLE color: 8545573.

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

Color convert

RGB 37 101 130 -
CMYK 0.72 0.22 0 0.49
HSL 198.71º 0.56% 0.33% -
HSV(B) 198.71º 0.72% 0.51% -
XYZ 9.45 11.31 22.8 -
YUV 85.17 153.3 93.64 -
System Red Green Blue C M Y K H S L
Decimal 37 101 130 0.72 0.22 0 0.49 198.71 0.56 0.33
Hex 25 65 82 48 16 0 31 C7 38 21
Octal 45 145 202 110 26 0 61 307 70 41
Binary 100101 1100101 10000010 1001000 10110 0 110001 11000111 111000 100001

Color Harmonies of #256582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256582

Black with #256582

Text Example


Text Example

White with #256582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256582; }

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

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

background-color css

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

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

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

border-color css

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

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

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