Html Css Color HEX #256681 Allports

📋 copy color: '#256681'

red 37 ◦ green 102 ◦ blue 129

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

Shades of Allports #256681

Tints of Allports #256681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 48.13%

R = 13.81%
G = 38.06%
B = 48.13%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#256681 (or 0x256681) is known color: Allports. HEX triplet: 25, 66 and 81. RGB value is (37,102,129). Sum of RGB (Red+Green+Blue) = 37+102+129=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #256681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256681 is #DA997E. Grayscale: #555555. Windows color (decimal): -14326143 or 8480293. OLE color: 8480293.

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

Color convert

RGB 37 102 129 -
CMYK 0.71 0.21 0 0.49
HSL 197.61º 0.55% 0.33% -
HSV(B) 197.61º 0.71% 0.51% -
XYZ 9.48 11.48 22.49 -
YUV 85.64 152.47 93.3 -
System Red Green Blue C M Y K H S L
Decimal 37 102 129 0.71 0.21 0 0.49 197.61 0.55 0.33
Hex 25 66 81 47 15 0 31 C6 37 21
Octal 45 146 201 107 25 0 61 306 67 41
Binary 100101 1100110 10000001 1000111 10101 0 110001 11000110 110111 100001

Color Harmonies of #256681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256681

Black with #256681

Text Example


Text Example

White with #256681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256681; }

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

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

background-color css

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

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

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

border-color css

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

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

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