#253F5A

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

Shades of Regal Blue #253F5A

Tints of Regal Blue #253F5A

Color information

#253F5A (or 0x253F5A) is unknown color: approx Regal Blue. HEX triplet: 25, 3F and 5A. RGB value is (37,63,90). Sum of RGB (Red+Green+Blue) = 37+63+90=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #253F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F5A is #DAC0A5. Grayscale: #3A3A3A. Windows color (decimal): -14336166 or 5914405. OLE color: 5914405.

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

Color convert

RGB376390-
CMYK0.590.3000.65
HSL210.57º41.73%24.9%-
HSV(B)210.57º58.89%35.29%-
XYZ4.394.6910.35-
YUV58.3145.89112.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 90 (35.55% from 255) = 47.37%
R=19.47%
G=33.16%
B=47.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3763900.590.3000.65210.5741.7324.9
Hex253F5A3B1E041d32a19
Octal4577132733601013235231
Binary100101111111101101011101111110010000011101001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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