Html Css Color HEX #256D85 Allports

📋 copy color: '#256D85'

red 37 ◦ green 109 ◦ blue 133

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

Shades of Allports #256D85

Tints of Allports #256D85

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.07%

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

R = 13.26%
G = 39.07%
B = 47.67%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256D85 (or 0x256D85) is known color: Allports. HEX triplet: 25, 6D and 85. RGB value is (37,109,133). Sum of RGB (Red+Green+Blue) = 37+109+133=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #256D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256D85 is #DA927A. Grayscale: #5A5A5A. Windows color (decimal): -14324347 or 8744229. OLE color: 8744229.

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

Color convert

RGB 37 109 133 -
CMYK 0.72 0.18 0 0.48
HSL 195º 0.56% 0.33% -
HSV(B) 195º 0.72% 0.52% -
XYZ 10.47 13.02 24.15 -
YUV 90.21 152.15 90.05 -
System Red Green Blue C M Y K H S L
Decimal 37 109 133 0.72 0.18 0 0.48 195 0.56 0.33
Hex 25 6D 85 48 12 0 30 C3 38 21
Octal 45 155 205 110 22 0 60 303 70 41
Binary 100101 1101101 10000101 1001000 10010 0 110000 11000011 111000 100001

Color Harmonies of #256D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256D85

Black with #256D85

Text Example


Text Example

White with #256D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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