Html Css Color HEX #25626E Allports

📋 copy color: '#25626E'

red 37 ◦ green 98 ◦ blue 110

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

Shades of Allports #25626E

Tints of Allports #25626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40%

 BLUE value IS 110 (43.36% from 255) = 44.9%

R = 15.1%
G = 40%
B = 44.9%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25626E (or 0x25626E) is known color: Allports. HEX triplet: 25, 62 and 6E. RGB value is (37,98,110). Sum of RGB (Red+Green+Blue) = 37+98+110=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #25626E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25626E is #DA9D91. Grayscale: #515151. Windows color (decimal): -14327186 or 7234085. OLE color: 7234085.

HSL color Cylindrical-coordinate representation of color #25626E: hue angle of 189.86º degrees, saturation: 0.5, 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 #25626E is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 98 110 -
CMYK 0.66 0.11 0 0.57
HSL 189.86º 0.5% 0.29% -
HSV(B) 189.86º 0.66% 0.43% -
XYZ 7.95 10.25 16.31 -
YUV 81.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 37 98 110 0.66 0.11 0 0.57 189.86 0.5 0.29
Hex 25 62 6E 42 B 0 39 BE 32 1D
Octal 45 142 156 102 13 0 71 276 62 35
Binary 100101 1100010 1101110 1000010 1011 0 111001 10111110 110010 11101

Color Harmonies of #25626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25626E

Black with #25626E

Text Example


Text Example

White with #25626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25626E; }

 p { color: rgb(37,98,110); }

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

background-color css

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

 a { background-color: rgb(37,98,110); }

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

border-color css

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

 span { border-color: rgb(37,98,110); }

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