#25445F

Color #25445F Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #25445F

Tints of Regal Blue #25445F

Color information

#25445F (or 0x25445F) is unknown color: approx Regal Blue. HEX triplet: 25, 44 and 5F. RGB value is (37,68,95). Sum of RGB (Red+Green+Blue) = 37+68+95=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #25445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25445F is #DABBA0. Grayscale: #3D3D3D. Windows color (decimal): -14334881 or 6243365. OLE color: 6243365.

HSL color Cylindrical-coordinate representation of color #25445F: hue angle of 207.93º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25445F is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB376895-
CMYK0.610.2800.63
HSL207.93º43.94%25.88%-
HSV(B)207.93º61.05%37.25%-
XYZ4.95.3511.6-
YUV61.81146.73110.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 68 (26.95% from 255) = 34%
BLUE value IS 95 (37.5% from 255) = 47.5%
R=18.5%
G=34%
B=47.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3768950.610.2800.63207.9343.9425.88
Hex25445F3D1C03Fd02c1a
Octal4510413775340773205432
Binary100101100010010111111111011110001111111101000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,68,95); }

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

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

 a { background-color: rgb(37,68,95); }

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

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

 span { border-color: rgb(37,68,95); }

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