Html Css Color HEX #25697C Allports

📋 copy color: '#25697C'

red 37 ◦ green 105 ◦ blue 124

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

Shades of Allports #25697C

Tints of Allports #25697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.47%

 BLUE value IS 124 (48.83% from 255) = 46.62%

R = 13.91%
G = 39.47%
B = 46.62%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25697C (or 0x25697C) is known color: Allports. HEX triplet: 25, 69 and 7C. RGB value is (37,105,124). Sum of RGB (Red+Green+Blue) = 37+105+124=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #25697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25697C is #DA9683. Grayscale: #565656. Windows color (decimal): -14325380 or 8153381. OLE color: 8153381.

HSL color Cylindrical-coordinate representation of color #25697C: hue angle of 193.1º 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 #25697C is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 105 124 -
CMYK 0.70 0.15 0 0.51
HSL 193.1º 0.54% 0.32% -
HSV(B) 193.1º 0.7% 0.49% -
XYZ 9.45 11.95 20.88 -
YUV 86.83 148.97 92.46 -
System Red Green Blue C M Y K H S L
Decimal 37 105 124 0.70 0.15 0 0.51 193.1 0.54 0.32
Hex 25 69 7C 46 F 0 33 C1 36 20
Octal 45 151 174 106 17 0 63 301 66 40
Binary 100101 1101001 1111100 1000110 1111 0 110011 11000001 110110 100000

Color Harmonies of #25697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25697C

Black with #25697C

Text Example


Text Example

White with #25697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25697C; }

 p { color: rgb(37,105,124); }

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

background-color css

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

 a { background-color: rgb(37,105,124); }

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

border-color css

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

 span { border-color: rgb(37,105,124); }

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