#253D55

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

Shades of Regal Blue #253D55

Tints of Regal Blue #253D55

Color information

#253D55 (or 0x253D55) is unknown color: approx Regal Blue. HEX triplet: 25, 3D and 55. RGB value is (37,61,85). Sum of RGB (Red+Green+Blue) = 37+61+85=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #253D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D55 is #DAC2AA. Grayscale: #383838. Windows color (decimal): -14336683 or 5586213. OLE color: 5586213.

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

Color convert

RGB376185-
CMYK0.560.2800.67
HSL210º39.34%23.92%-
HSV(B)210º56.47%33.33%-
XYZ4.074.399.23-
YUV56.56144.05114.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 61 (24.22% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=20.22%
G=33.33%
B=46.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3761850.560.2800.6721039.3423.92
Hex253D55381C043d22718
Octal4575125703401033224730
Binary100101111101101010111100011100010000111101001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,61,85); }

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

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

 a { background-color: rgb(37,61,85); }

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

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

 span { border-color: rgb(37,61,85); }

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