#254460

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

Shades of Regal Blue #254460

Tints of Regal Blue #254460

Color information

#254460 (or 0x254460) is unknown color: approx Regal Blue. HEX triplet: 25, 44 and 60. RGB value is (37,68,96). Sum of RGB (Red+Green+Blue) = 37+68+96=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #254460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254460 is #DABB9F. Grayscale: #3D3D3D. Windows color (decimal): -14334880 or 6308901. OLE color: 6308901.

HSL color Cylindrical-coordinate representation of color #254460: hue angle of 208.47º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #254460 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB376896-
CMYK0.610.2900.62
HSL208.47º44.36%26.08%-
HSV(B)208.47º61.46%37.65%-
XYZ4.945.3711.84-
YUV61.92147.23110.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=18.41%
G=33.83%
B=47.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3768960.610.2900.62208.4744.3626.08
Hex2544603D1D03Ed02c1a
Octal4510414075350763205432
Binary100101100010011000001111011110101111101101000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254460; }

 p { color: rgb(37,68,96); }

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

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

 a { background-color: rgb(37,68,96); }

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

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

 span { border-color: rgb(37,68,96); }

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