#253B50

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

Shades of Regal Blue #253B50

Tints of Regal Blue #253B50

Color information

#253B50 (or 0x253B50) is unknown color: approx Regal Blue. HEX triplet: 25, 3B and 50. RGB value is (37,59,80). Sum of RGB (Red+Green+Blue) = 37+59+80=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #253B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B50 is #DAC4AF. Grayscale: #363636. Windows color (decimal): -14337200 or 5258021. OLE color: 5258021.

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

Color convert

RGB375980-
CMYK0.540.2600.69
HSL209.3º36.75%22.94%-
HSV(B)209.3º53.75%31.37%-
XYZ3.774.18.18-
YUV54.82142.21115.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.02%
GREEN value IS 59 (23.44% from 255) = 33.52%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=21.02%
G=33.52%
B=45.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3759800.540.2600.69209.336.7522.94
Hex253B50361A045d12517
Octal4573120663201053214527
Binary100101111011101000011011011010010001011101000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,59,80); }

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

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

 a { background-color: rgb(37,59,80); }

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

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

 span { border-color: rgb(37,59,80); }

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