#25425B

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

Shades of Regal Blue #25425B

Tints of Regal Blue #25425B

Color information

#25425B (or 0x25425B) is unknown color: approx Regal Blue. HEX triplet: 25, 42 and 5B. RGB value is (37,66,91). Sum of RGB (Red+Green+Blue) = 37+66+91=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #25425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25425B is #DABDA4. Grayscale: #3C3C3C. Windows color (decimal): -14335397 or 5980709. OLE color: 5980709.

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

Color convert

RGB376691-
CMYK0.590.2700.64
HSL207.78º42.19%25.1%-
HSV(B)207.78º59.34%35.69%-
XYZ4.65.0510.63-
YUV60.18145.39111.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=19.07%
G=34.02%
B=46.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3766910.590.2700.64207.7842.1925.1
Hex25425B3B1B040d02a19
Octal45102133733301003205231
Binary1001011000010101101111101111011010000001101000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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