#25415C

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

Shades of Regal Blue #25415C

Tints of Regal Blue #25415C

Color information

#25415C (or 0x25415C) is unknown color: approx Regal Blue. HEX triplet: 25, 41 and 5C. RGB value is (37,65,92). Sum of RGB (Red+Green+Blue) = 37+65+92=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #25415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25415C is #DABEA3. Grayscale: #3B3B3B. Windows color (decimal): -14335652 or 6045989. OLE color: 6045989.

HSL color Cylindrical-coordinate representation of color #25415C: hue angle of 209.45º 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 #25415C is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB376592-
CMYK0.600.2900.64
HSL209.45º42.64%25.29%-
HSV(B)209.45º59.78%36.08%-
XYZ4.594.9510.84-
YUV59.71146.22111.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 92 (36.33% from 255) = 47.42%
R=19.07%
G=33.51%
B=47.42%

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
Decimal3765920.600.2900.64209.4542.6425.29
Hex25415C3C1D040d12b19
Octal45101134743501003215331
Binary1001011000001101110011110011101010000001101000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25415C; }

 p { color: rgb(37,65,92); }

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

<style>
 a { background-color: #25415C; }

 a { background-color: rgb(37,65,92); }

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

<style>
 span { border-color: #25415C; }

 span { border-color: rgb(37,65,92); }

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