Html Css Color HEX #256C85 Allports

📋 copy color: '#256C85'

red 37 ◦ green 108 ◦ blue 133

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

Shades of Allports #256C85

Tints of Allports #256C85

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.85%

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

R = 13.31%
G = 38.85%
B = 47.84%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256C85 (or 0x256C85) is known color: Allports. HEX triplet: 25, 6C and 85. RGB value is (37,108,133). Sum of RGB (Red+Green+Blue) = 37+108+133=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #256C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256C85 is #DA937A. Grayscale: #595959. Windows color (decimal): -14324603 or 8743973. OLE color: 8743973.

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

Color convert

RGB 37 108 133 -
CMYK 0.72 0.19 0 0.48
HSL 195.63º 0.56% 0.33% -
HSV(B) 195.63º 0.72% 0.52% -
XYZ 10.36 12.81 24.12 -
YUV 89.62 152.48 90.47 -
System Red Green Blue C M Y K H S L
Decimal 37 108 133 0.72 0.19 0 0.48 195.63 0.56 0.33
Hex 25 6C 85 48 13 0 30 C4 38 21
Octal 45 154 205 110 23 0 60 304 70 41
Binary 100101 1101100 10000101 1001000 10011 0 110000 11000100 111000 100001

Color Harmonies of #256C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256C85

Black with #256C85

Text Example


Text Example

White with #256C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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