#25667D

Color #25667D Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #25667D

Tints of Allports #25667D

Color information

#25667D (or 0x25667D) is unknown color: approx Allports. HEX triplet: 25, 66 and 7D. RGB value is (37,102,125). Sum of RGB (Red+Green+Blue) = 37+102+125=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #25667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25667D is #DA9982. Grayscale: #555555. Windows color (decimal): -14326147 or 8218149. OLE color: 8218149.

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

Color convert

RGB37102125-
CMYK0.700.1800.51
HSL195.68º54.32%31.76%-
HSV(B)195.68º70.4%49.02%-
XYZ9.2211.3821.11-
YUV85.19150.4793.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.02%
GREEN value IS 102 (40.23% from 255) = 38.64%
BLUE value IS 125 (49.22% from 255) = 47.35%
R=14.02%
G=38.64%
B=47.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371021250.700.1800.51195.6854.3231.76
Hex25667D4612033c43620
Octal45146175106220633046640
Binary10010111001101111101100011010010011001111000100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25667D;
 }
 .AnyTagClassName
 {
   color: #25667D;
 }
</style>
background-color css

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

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

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

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

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

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