Html Css Color HEX #256685 Allports

📋 copy color: '#256685'

red 37 ◦ green 102 ◦ blue 133

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

Shades of Allports #256685

Tints of Allports #256685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.5%

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

R = 13.6%
G = 37.5%
B = 48.9%

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

#256685 (or 0x256685) is known color: Allports. HEX triplet: 25, 66 and 85. RGB value is (37,102,133). Sum of RGB (Red+Green+Blue) = 37+102+133=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #256685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256685 is #DA997A. Grayscale: #555555. Windows color (decimal): -14326139 or 8742437. OLE color: 8742437.

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

Color convert

RGB 37 102 133 -
CMYK 0.72 0.23 0 0.48
HSL 199.38º 0.56% 0.33% -
HSV(B) 199.38º 0.72% 0.52% -
XYZ 9.75 11.59 23.91 -
YUV 86.1 154.47 92.98 -
System Red Green Blue C M Y K H S L
Decimal 37 102 133 0.72 0.23 0 0.48 199.38 0.56 0.33
Hex 25 66 85 48 17 0 30 C7 38 21
Octal 45 146 205 110 27 0 60 307 70 41
Binary 100101 1100110 10000101 1001000 10111 0 110000 11000111 111000 100001

Color Harmonies of #256685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256685

Black with #256685

Text Example


Text Example

White with #256685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256685; }

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

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

background-color css

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

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

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

border-color css

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

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

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