#25425A

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

Shades of Regal Blue #25425A

Tints of Regal Blue #25425A

Color information

#25425A (or 0x25425A) is unknown color: approx Regal Blue. HEX triplet: 25, 42 and 5A. RGB value is (37,66,90). Sum of RGB (Red+Green+Blue) = 37+66+90=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #25425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25425A is #DABDA5. Grayscale: #3B3B3B. Windows color (decimal): -14335398 or 5915173. OLE color: 5915173.

HSL color Cylindrical-coordinate representation of color #25425A: hue angle of 207.17º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25425A is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB376690-
CMYK0.590.2700.65
HSL207.17º41.73%24.9%-
HSV(B)207.17º58.89%35.29%-
XYZ4.565.0310.4-
YUV60.06144.89111.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.17%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=19.17%
G=34.20%
B=46.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3766900.590.2700.65207.1741.7324.9
Hex25425A3B1B041cf2a19
Octal45102132733301013175231
Binary1001011000010101101011101111011010000011100111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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