Html Css Color HEX #256785 Allports

📋 copy color: '#256785'

red 37 ◦ green 103 ◦ blue 133

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

Shades of Allports #256785

Tints of Allports #256785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.73%

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

R = 13.55%
G = 37.73%
B = 48.72%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256785 (or 0x256785) is known color: Allports. HEX triplet: 25, 67 and 85. RGB value is (37,103,133). Sum of RGB (Red+Green+Blue) = 37+103+133=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #256785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256785 is #DA987A. Grayscale: #565656. Windows color (decimal): -14325883 or 8742693. OLE color: 8742693.

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

Color convert

RGB 37 103 133 -
CMYK 0.72 0.23 0 0.48
HSL 198.75º 0.56% 0.33% -
HSV(B) 198.75º 0.72% 0.52% -
XYZ 9.85 11.79 23.95 -
YUV 86.69 154.13 92.56 -
System Red Green Blue C M Y K H S L
Decimal 37 103 133 0.72 0.23 0 0.48 198.75 0.56 0.33
Hex 25 67 85 48 17 0 30 C7 38 21
Octal 45 147 205 110 27 0 60 307 70 41
Binary 100101 1100111 10000101 1001000 10111 0 110000 11000111 111000 100001

Color Harmonies of #256785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256785

Black with #256785

Text Example


Text Example

White with #256785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256785; }

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

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

background-color css

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

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

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

border-color css

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

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

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