#254158

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

Shades of Regal Blue #254158

Tints of Regal Blue #254158

Color information

#254158 (or 0x254158) is unknown color: approx Regal Blue. HEX triplet: 25, 41 and 58. RGB value is (37,65,88). Sum of RGB (Red+Green+Blue) = 37+65+88=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #254158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254158 is #DABEA7. Grayscale: #3B3B3B. Windows color (decimal): -14335656 or 5783845. OLE color: 5783845.

HSL color Cylindrical-coordinate representation of color #254158: hue angle of 207.06º 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 #254158 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB376588-
CMYK0.580.2600.65
HSL207.06º40.8%24.51%-
HSV(B)207.06º57.95%34.51%-
XYZ4.414.889.94-
YUV59.25144.22112.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 88 (34.77% from 255) = 46.32%
R=19.47%
G=34.21%
B=46.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3765880.580.2600.65207.0640.824.51
Hex2541583A1A041cf2919
Octal45101130723201013175131
Binary1001011000001101100011101011010010000011100111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254158; }

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

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

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

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

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

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

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

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