Html Css Color HEX #256682 Allports

📋 copy color: '#256682'

red 37 ◦ green 102 ◦ blue 130

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

Shades of Allports #256682

Tints of Allports #256682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.92%

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

R = 13.75%
G = 37.92%
B = 48.33%

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

#256682 (or 0x256682) is known color: Allports. HEX triplet: 25, 66 and 82. RGB value is (37,102,130). Sum of RGB (Red+Green+Blue) = 37+102+130=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #256682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256682 is #DA997D. Grayscale: #555555. Windows color (decimal): -14326142 or 8545829. OLE color: 8545829.

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

Color convert

RGB 37 102 130 -
CMYK 0.72 0.22 0 0.49
HSL 198.06º 0.56% 0.33% -
HSV(B) 198.06º 0.72% 0.51% -
XYZ 9.54 11.51 22.84 -
YUV 85.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 37 102 130 0.72 0.22 0 0.49 198.06 0.56 0.33
Hex 25 66 82 48 16 0 31 C6 38 21
Octal 45 146 202 110 26 0 61 306 70 41
Binary 100101 1100110 10000010 1001000 10110 0 110001 11000110 111000 100001

Color Harmonies of #256682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256682

Black with #256682

Text Example


Text Example

White with #256682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256682; }

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

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

background-color css

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

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

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

border-color css

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

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

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