#25405B

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

Shades of Regal Blue #25405B

Tints of Regal Blue #25405B

Color information

#25405B (or 0x25405B) is unknown color: approx Regal Blue. HEX triplet: 25, 40 and 5B. RGB value is (37,64,91). Sum of RGB (Red+Green+Blue) = 37+64+91=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #25405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25405B is #DABFA4. Grayscale: #3A3A3A. Windows color (decimal): -14335909 or 5980197. OLE color: 5980197.

HSL color Cylindrical-coordinate representation of color #25405B: hue angle of 210º 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 #25405B is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB376491-
CMYK0.590.3000.64
HSL210º42.19%25.1%-
HSV(B)210º59.34%35.69%-
XYZ4.484.8210.59-
YUV59146.05112.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.27%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=19.27%
G=33.33%
B=47.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3764910.590.3000.6421042.1925.1
Hex25405B3B1E040d22a19
Octal45100133733601003225231
Binary1001011000000101101111101111110010000001101001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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