#253A4F

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

Shades of Regal Blue #253A4F

Tints of Regal Blue #253A4F

Color information

#253A4F (or 0x253A4F) is unknown color: approx Regal Blue. HEX triplet: 25, 3A and 4F. RGB value is (37,58,79). Sum of RGB (Red+Green+Blue) = 37+58+79=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #253A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A4F is #DAC5B0. Grayscale: #363636. Windows color (decimal): -14337457 or 5192229. OLE color: 5192229.

HSL color Cylindrical-coordinate representation of color #253A4F: hue angle of 210º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #253A4F is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB375879-
CMYK0.530.2700.69
HSL210º36.21%22.75%-
HSV(B)210º53.16%30.98%-
XYZ3.693.987.97-
YUV54.11142.04115.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 58 (23.05% from 255) = 33.33%
BLUE value IS 79 (31.25% from 255) = 45.40%
R=21.26%
G=33.33%
B=45.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3758790.530.2700.6921036.2122.75
Hex253A4F351B045d22417
Octal4572117653301053224427
Binary100101111010100111111010111011010001011101001010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,58,79); }

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

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

 a { background-color: rgb(37,58,79); }

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

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

 span { border-color: rgb(37,58,79); }

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