Html Css Color HEX #25696D Allports

📋 copy color: '#25696D'

red 37 ◦ green 105 ◦ blue 109

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

Shades of Allports #25696D

Tints of Allports #25696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.43%

R = 14.74%
G = 41.83%
B = 43.43%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25696D (or 0x25696D) is known color: Allports. HEX triplet: 25, 69 and 6D. RGB value is (37,105,109). Sum of RGB (Red+Green+Blue) = 37+105+109=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #25696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25696D is #DA9692. Grayscale: #555555. Windows color (decimal): -14325395 or 7170341. OLE color: 7170341.

HSL color Cylindrical-coordinate representation of color #25696D: hue angle of 183.33º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25696D is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 105 109 -
CMYK 0.66 0.04 0 0.57
HSL 183.33º 0.49% 0.29% -
HSV(B) 183.33º 0.66% 0.43% -
XYZ 8.57 11.6 16.26 -
YUV 85.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 37 105 109 0.66 0.04 0 0.57 183.33 0.49 0.29
Hex 25 69 6D 42 4 0 39 B7 31 1D
Octal 45 151 155 102 4 0 71 267 61 35
Binary 100101 1101001 1101101 1000010 100 0 111001 10110111 110001 11101

Color Harmonies of #25696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25696D

Black with #25696D

Text Example


Text Example

White with #25696D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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