Html Css Color HEX #256581 Allports

📋 copy color: '#256581'

red 37 ◦ green 101 ◦ blue 129

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

Shades of Allports #256581

Tints of Allports #256581

RGB

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

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

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

R = 13.86%
G = 37.83%
B = 48.31%

CMYK

 C value IS 0.71

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#256581 (or 0x256581) is known color: Allports. HEX triplet: 25, 65 and 81. RGB value is (37,101,129). Sum of RGB (Red+Green+Blue) = 37+101+129=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #256581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256581 is #DA9A7E. Grayscale: #545454. Windows color (decimal): -14326399 or 8480037. OLE color: 8480037.

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

Color convert

RGB 37 101 129 -
CMYK 0.71 0.22 0 0.49
HSL 198.26º 0.55% 0.33% -
HSV(B) 198.26º 0.71% 0.51% -
XYZ 9.38 11.29 22.45 -
YUV 85.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 37 101 129 0.71 0.22 0 0.49 198.26 0.55 0.33
Hex 25 65 81 47 16 0 31 C6 37 21
Octal 45 145 201 107 26 0 61 306 67 41
Binary 100101 1100101 10000001 1000111 10110 0 110001 11000110 110111 100001

Color Harmonies of #256581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256581

Black with #256581

Text Example


Text Example

White with #256581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256581; }

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

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

background-color css

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

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

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

border-color css

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

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

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