Html Css Color HEX #25657D Allports

📋 copy color: '#25657D'

red 37 ◦ green 101 ◦ blue 125

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

Shades of Allports #25657D

Tints of Allports #25657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.4%

 BLUE value IS 125 (49.22% from 255) = 47.53%

R = 14.07%
G = 38.4%
B = 47.53%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25657D (or 0x25657D) is known color: Allports. HEX triplet: 25, 65 and 7D. RGB value is (37,101,125). Sum of RGB (Red+Green+Blue) = 37+101+125=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #25657D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25657D is #DA9A82. Grayscale: #545454. Windows color (decimal): -14326403 or 8217893. OLE color: 8217893.

HSL color Cylindrical-coordinate representation of color #25657D: hue angle of 196.36º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25657D is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 101 125 -
CMYK 0.70 0.19 0 0.51
HSL 196.36º 0.54% 0.32% -
HSV(B) 196.36º 0.7% 0.49% -
XYZ 9.12 11.18 21.08 -
YUV 84.6 150.8 94.05 -
System Red Green Blue C M Y K H S L
Decimal 37 101 125 0.70 0.19 0 0.51 196.36 0.54 0.32
Hex 25 65 7D 46 13 0 33 C4 36 20
Octal 45 145 175 106 23 0 63 304 66 40
Binary 100101 1100101 1111101 1000110 10011 0 110011 11000100 110110 100000

Color Harmonies of #25657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25657D

Black with #25657D

Text Example


Text Example

White with #25657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25657D; }

 p { color: rgb(37,101,125); }

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

background-color css

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

 a { background-color: rgb(37,101,125); }

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

border-color css

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

 span { border-color: rgb(37,101,125); }

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