Html Css Color HEX #25647F Allports

📋 copy color: '#25647F'

red 37 ◦ green 100 ◦ blue 127

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

Shades of Allports #25647F

Tints of Allports #25647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.88%

 BLUE value IS 127 (50% from 255) = 48.11%

R = 14.02%
G = 37.88%
B = 48.11%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#25647F (or 0x25647F) is known color: Allports. HEX triplet: 25, 64 and 7F. RGB value is (37,100,127). Sum of RGB (Red+Green+Blue) = 37+100+127=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #25647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25647F is #DA9B80. Grayscale: #545454. Windows color (decimal): -14326657 or 8348709. OLE color: 8348709.

HSL color Cylindrical-coordinate representation of color #25647F: hue angle of 198º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25647F is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 100 127 -
CMYK 0.71 0.21 0 0.50
HSL 198º 0.55% 0.32% -
HSV(B) 198º 0.71% 0.5% -
XYZ 9.15 11.04 21.73 -
YUV 84.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 37 100 127 0.71 0.21 0 0.50 198 0.55 0.32
Hex 25 64 7F 47 15 0 32 C6 37 20
Octal 45 144 177 107 25 0 62 306 67 40
Binary 100101 1100100 1111111 1000111 10101 0 110010 11000110 110111 100000

Color Harmonies of #25647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25647F

Black with #25647F

Text Example


Text Example

White with #25647F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25647F; }

 p { color: rgb(37,100,127); }

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

background-color css

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

 a { background-color: rgb(37,100,127); }

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

border-color css

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

 span { border-color: rgb(37,100,127); }

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