#253E58

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

Shades of Regal Blue #253E58

Tints of Regal Blue #253E58

Color information

#253E58 (or 0x253E58) is unknown color: approx Regal Blue. HEX triplet: 25, 3E and 58. RGB value is (37,62,88). Sum of RGB (Red+Green+Blue) = 37+62+88=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #253E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E58 is #DAC1A7. Grayscale: #393939. Windows color (decimal): -14336424 or 5783077. OLE color: 5783077.

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

Color convert

RGB376288-
CMYK0.580.3000.65
HSL210.59º40.8%24.51%-
HSV(B)210.59º57.95%34.51%-
XYZ4.254.549.89-
YUV57.49145.22113.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 62 (24.61% from 255) = 33.16%
BLUE value IS 88 (34.77% from 255) = 47.06%
R=19.79%
G=33.16%
B=47.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3762880.580.3000.65210.5940.824.51
Hex253E583A1E041d32919
Octal4576130723601013235131
Binary100101111110101100011101011110010000011101001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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