Html Css Color HEX #25626F Allports

📋 copy color: '#25626F'

red 37 ◦ green 98 ◦ blue 111

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

Shades of Allports #25626F

Tints of Allports #25626F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.12%

R = 15.04%
G = 39.84%
B = 45.12%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#25626F (or 0x25626F) is known color: Allports. HEX triplet: 25, 62 and 6F. RGB value is (37,98,111). Sum of RGB (Red+Green+Blue) = 37+98+111=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #25626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25626F is #DA9D90. Grayscale: #515151. Windows color (decimal): -14327185 or 7299621. OLE color: 7299621.

HSL color Cylindrical-coordinate representation of color #25626F: hue angle of 190.54º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25626F is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 98 111 -
CMYK 0.67 0.12 0 0.56
HSL 190.54º 0.5% 0.29% -
HSV(B) 190.54º 0.67% 0.44% -
XYZ 8 10.28 16.6 -
YUV 81.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 37 98 111 0.67 0.12 0 0.56 190.54 0.5 0.29
Hex 25 62 6F 43 C 0 38 BF 32 1D
Octal 45 142 157 103 14 0 70 277 62 35
Binary 100101 1100010 1101111 1000011 1100 0 111000 10111111 110010 11101

Color Harmonies of #25626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25626F

Black with #25626F

Text Example


Text Example

White with #25626F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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