Html Css Color HEX #256985 Allports

📋 copy color: '#256985'

red 37 ◦ green 105 ◦ blue 133

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

Shades of Allports #256985

Tints of Allports #256985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.18%

 BLUE value IS 133 (52.34% from 255) = 48.36%

R = 13.45%
G = 38.18%
B = 48.36%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256985 (or 0x256985) is known color: Allports. HEX triplet: 25, 69 and 85. RGB value is (37,105,133). Sum of RGB (Red+Green+Blue) = 37+105+133=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #256985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256985 is #DA967A. Grayscale: #575757. Windows color (decimal): -14325371 or 8743205. OLE color: 8743205.

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

Color convert

RGB 37 105 133 -
CMYK 0.72 0.21 0 0.48
HSL 197.5º 0.56% 0.33% -
HSV(B) 197.5º 0.72% 0.52% -
XYZ 10.05 12.19 24.01 -
YUV 87.86 153.47 91.72 -
System Red Green Blue C M Y K H S L
Decimal 37 105 133 0.72 0.21 0 0.48 197.5 0.56 0.33
Hex 25 69 85 48 15 0 30 C6 38 21
Octal 45 151 205 110 25 0 60 306 70 41
Binary 100101 1101001 10000101 1001000 10101 0 110000 11000110 111000 100001

Color Harmonies of #256985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256985

Black with #256985

Text Example


Text Example

White with #256985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256985; }

 p { color: rgb(37,105,133); }

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

background-color css

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

 a { background-color: rgb(37,105,133); }

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

border-color css

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

 span { border-color: rgb(37,105,133); }

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