#254461

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

Shades of Regal Blue #254461

Tints of Regal Blue #254461

Color information

#254461 (or 0x254461) is unknown color: approx Regal Blue. HEX triplet: 25, 44 and 61. RGB value is (37,68,97). Sum of RGB (Red+Green+Blue) = 37+68+97=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #254461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254461 is #DABB9E. Grayscale: #3D3D3D. Windows color (decimal): -14334879 or 6374437. OLE color: 6374437.

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

Color convert

RGB376897-
CMYK0.620.3000.62
HSL209º44.78%26.27%-
HSV(B)209º61.86%38.04%-
XYZ4.995.3912.09-
YUV62.04147.73110.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 68 (26.95% from 255) = 33.66%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=18.32%
G=33.66%
B=48.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3768970.620.3000.6220944.7826.27
Hex2544613E1E03Ed12d1a
Octal4510414176360763215532
Binary100101100010011000011111101111001111101101000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254461; }

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

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

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

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

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

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

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

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