#25425D

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

Shades of Regal Blue #25425D

Tints of Regal Blue #25425D

Color information

#25425D (or 0x25425D) is unknown color: approx Regal Blue. HEX triplet: 25, 42 and 5D. RGB value is (37,66,93). Sum of RGB (Red+Green+Blue) = 37+66+93=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #25425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25425D is #DABDA2. Grayscale: #3C3C3C. Windows color (decimal): -14335395 or 6111781. OLE color: 6111781.

HSL color Cylindrical-coordinate representation of color #25425D: hue angle of 208.93º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25425D is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB376693-
CMYK0.600.2900.64
HSL208.93º43.08%25.49%-
HSV(B)208.93º60.22%36.47%-
XYZ4.695.0811.09-
YUV60.41146.39111.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=18.88%
G=33.67%
B=47.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3766930.600.2900.64208.9343.0825.49
Hex25425D3C1D040d12b19
Octal45102135743501003215331
Binary1001011000010101110111110011101010000001101000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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