#253E54

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

Shades of Regal Blue #253E54

Tints of Regal Blue #253E54

Color information

#253E54 (or 0x253E54) is unknown color: approx Regal Blue. HEX triplet: 25, 3E and 54. RGB value is (37,62,84). Sum of RGB (Red+Green+Blue) = 37+62+84=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #253E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E54 is #DAC1AB. Grayscale: #383838. Windows color (decimal): -14336428 or 5520933. OLE color: 5520933.

HSL color Cylindrical-coordinate representation of color #253E54: hue angle of 208.09º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #253E54 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB376284-
CMYK0.560.2600.67
HSL208.09º38.84%23.73%-
HSV(B)208.09º55.95%32.94%-
XYZ4.094.489.04-
YUV57.03143.22113.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 84 (33.20% from 255) = 45.90%
R=20.22%
G=33.88%
B=45.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3762840.560.2600.67208.0938.8423.73
Hex253E54381A043d02718
Octal4576124703201033204730
Binary100101111110101010011100011010010000111101000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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