#25425E

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

Shades of Regal Blue #25425E

Tints of Regal Blue #25425E

Color information

#25425E (or 0x25425E) is unknown color: approx Regal Blue. HEX triplet: 25, 42 and 5E. RGB value is (37,66,94). Sum of RGB (Red+Green+Blue) = 37+66+94=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #25425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25425E is #DABDA1. Grayscale: #3C3C3C. Windows color (decimal): -14335394 or 6177317. OLE color: 6177317.

HSL color Cylindrical-coordinate representation of color #25425E: hue angle of 209.47º 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 #25425E is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB376694-
CMYK0.610.3000.63
HSL209.47º43.51%25.69%-
HSV(B)209.47º60.64%36.86%-
XYZ4.735.111.32-
YUV60.52146.89111.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 94 (37.11% from 255) = 47.72%
R=18.78%
G=33.50%
B=47.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3766940.610.3000.63209.4743.5125.69
Hex25425E3D1E03Fd12c1a
Octal4510213675360773215432
Binary100101100001010111101111011111001111111101000110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,66,94); }

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

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

 a { background-color: rgb(37,66,94); }

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

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

 span { border-color: rgb(37,66,94); }

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