#254257

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

Shades of Regal Blue #254257

Tints of Regal Blue #254257

Color information

#254257 (or 0x254257) is unknown color: approx Regal Blue. HEX triplet: 25, 42 and 57. RGB value is (37,66,87). Sum of RGB (Red+Green+Blue) = 37+66+87=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #254257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254257 is #DABDA8. Grayscale: #3B3B3B. Windows color (decimal): -14335401 or 5718565. OLE color: 5718565.

HSL color Cylindrical-coordinate representation of color #254257: hue angle of 205.2º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #254257 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB376687-
CMYK0.570.2400.66
HSL205.2º40.32%24.31%-
HSV(B)205.2º57.47%34.12%-
XYZ4.434.989.74-
YUV59.72143.39111.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=19.47%
G=34.74%
B=45.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3766870.570.2400.66205.240.3224.31
Hex2542573918042cd2818
Octal45102127713001023155030
Binary1001011000010101011111100111000010000101100110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254257; }

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

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

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

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

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

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

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

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