#254054

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

Shades of Regal Blue #254054

Tints of Regal Blue #254054

Color information

#254054 (or 0x254054) is unknown color: approx Regal Blue. HEX triplet: 25, 40 and 54. RGB value is (37,64,84). Sum of RGB (Red+Green+Blue) = 37+64+84=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #254054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254054 is #DABFAB. Grayscale: #3A3A3A. Windows color (decimal): -14335916 or 5521445. OLE color: 5521445.

HSL color Cylindrical-coordinate representation of color #254054: hue angle of 205.53º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #254054 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB376484-
CMYK0.560.2400.67
HSL205.53º38.84%23.73%-
HSV(B)205.53º55.95%32.94%-
XYZ4.24.79.07-
YUV58.21142.55112.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=20%
G=34.59%
B=45.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3764840.560.2400.67205.5338.8423.73
Hex2540543818043ce2718
Octal45100124703001033164730
Binary1001011000000101010011100011000010000111100111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254054; }

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

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

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

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

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

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

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

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