Html Css Color HEX #256A85 Allports

📋 copy color: '#256A85'

red 37 ◦ green 106 ◦ blue 133

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

Shades of Allports #256A85

Tints of Allports #256A85

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.41%

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

R = 13.41%
G = 38.41%
B = 48.19%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256A85 (or 0x256A85) is known color: Allports. HEX triplet: 25, 6A and 85. RGB value is (37,106,133). Sum of RGB (Red+Green+Blue) = 37+106+133=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #256A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256A85 is #DA957A. Grayscale: #585858. Windows color (decimal): -14325115 or 8743461. OLE color: 8743461.

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

Color convert

RGB 37 106 133 -
CMYK 0.72 0.20 0 0.48
HSL 196.88º 0.56% 0.33% -
HSV(B) 196.88º 0.72% 0.52% -
XYZ 10.15 12.39 24.05 -
YUV 88.45 153.14 91.3 -
System Red Green Blue C M Y K H S L
Decimal 37 106 133 0.72 0.20 0 0.48 196.88 0.56 0.33
Hex 25 6A 85 48 14 0 30 C5 38 21
Octal 45 152 205 110 24 0 60 305 70 41
Binary 100101 1101010 10000101 1001000 10100 0 110000 11000101 111000 100001

Color Harmonies of #256A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256A85

Black with #256A85

Text Example


Text Example

White with #256A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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