#253F58

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

Shades of Regal Blue #253F58

Tints of Regal Blue #253F58

Color information

#253F58 (or 0x253F58) is unknown color: approx Regal Blue. HEX triplet: 25, 3F and 58. RGB value is (37,63,88). Sum of RGB (Red+Green+Blue) = 37+63+88=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #253F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F58 is #DAC0A7. Grayscale: #393939. Windows color (decimal): -14336168 or 5783333. OLE color: 5783333.

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

Color convert

RGB376388-
CMYK0.580.2800.65
HSL209.41º40.8%24.51%-
HSV(B)209.41º57.95%34.51%-
XYZ4.34.659.9-
YUV58.08144.89112.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 63 (25% from 255) = 33.51%
BLUE value IS 88 (34.77% from 255) = 46.81%
R=19.68%
G=33.51%
B=46.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3763880.580.2800.65209.4140.824.51
Hex253F583A1C041d12919
Octal4577130723401013215131
Binary100101111111101100011101011100010000011101000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253F58; }

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

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

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

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

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

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

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

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