#254258

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

Shades of Regal Blue #254258

Tints of Regal Blue #254258

Color information

#254258 (or 0x254258) is unknown color: approx Regal Blue. HEX triplet: 25, 42 and 58. RGB value is (37,66,88). Sum of RGB (Red+Green+Blue) = 37+66+88=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #254258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254258 is #DABDA7. Grayscale: #3B3B3B. Windows color (decimal): -14335400 or 5784101. OLE color: 5784101.

HSL color Cylindrical-coordinate representation of color #254258: hue angle of 205.88º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #254258 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB376688-
CMYK0.580.2500.65
HSL205.88º40.8%24.51%-
HSV(B)205.88º57.95%34.51%-
XYZ4.474.999.96-
YUV59.84143.89111.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 88 (34.77% from 255) = 46.07%
R=19.37%
G=34.55%
B=46.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3766880.580.2500.65205.8840.824.51
Hex2542583A19041ce2919
Octal45102130723101013165131
Binary1001011000010101100011101011001010000011100111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254258; }

 p { color: rgb(37,66,88); }

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

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

 a { background-color: rgb(37,66,88); }

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

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

 span { border-color: rgb(37,66,88); }

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