Html Css Color HEX #256E85 Allports

📋 copy color: '#256E85'

red 37 ◦ green 110 ◦ blue 133

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

Shades of Allports #256E85

Tints of Allports #256E85

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.29%

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

R = 13.21%
G = 39.29%
B = 47.5%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256E85 (or 0x256E85) is known color: Allports. HEX triplet: 25, 6E and 85. RGB value is (37,110,133). Sum of RGB (Red+Green+Blue) = 37+110+133=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #256E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E85 is #DA917A. Grayscale: #5A5A5A. Windows color (decimal): -14324091 or 8744485. OLE color: 8744485.

HSL color Cylindrical-coordinate representation of color #256E85: hue angle of 194.38º 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 #256E85 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 110 133 -
CMYK 0.72 0.17 0 0.48
HSL 194.38º 0.56% 0.33% -
HSV(B) 194.38º 0.72% 0.52% -
XYZ 10.57 13.24 24.19 -
YUV 90.8 151.82 89.63 -
System Red Green Blue C M Y K H S L
Decimal 37 110 133 0.72 0.17 0 0.48 194.38 0.56 0.33
Hex 25 6E 85 48 11 0 30 C2 38 21
Octal 45 156 205 110 21 0 60 302 70 41
Binary 100101 1101110 10000101 1001000 10001 0 110000 11000010 111000 100001

Color Harmonies of #256E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256E85

Black with #256E85

Text Example


Text Example

White with #256E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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