#254462

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

Shades of Regal Blue #254462

Tints of Regal Blue #254462

Color information

#254462 (or 0x254462) is unknown color: approx Regal Blue. HEX triplet: 25, 44 and 62. RGB value is (37,68,98). Sum of RGB (Red+Green+Blue) = 37+68+98=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #254462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254462 is #DABB9D. Grayscale: #3E3E3E. Windows color (decimal): -14334878 or 6439973. OLE color: 6439973.

HSL color Cylindrical-coordinate representation of color #254462: hue angle of 209.51º 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 #254462 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB376898-
CMYK0.620.3100.62
HSL209.51º45.19%26.47%-
HSV(B)209.51º62.24%38.43%-
XYZ5.035.4112.33-
YUV62.15148.23110.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 98 (38.67% from 255) = 48.28%
R=18.23%
G=33.50%
B=48.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3768980.620.3100.62209.5145.1926.47
Hex2544623E1F03Ed22d1a
Octal4510414276370763225532
Binary100101100010011000101111101111101111101101001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254462; }

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

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

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

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

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

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

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

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