Html Css Color HEX #253B50 Regal Blue

📋 copy color: '#253B50'

red 37 ◦ green 59 ◦ blue 80

#253B50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #253B50

Tints of Regal Blue #253B50

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 value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#253B50 (or 0x253B50) is known color: 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

RGB 37 59 80 -
CMYK 0.54 0.26 0 0.69
HSL 209.3º 0.37% 0.23% -
HSV(B) 209.3º 0.54% 0.31% -
XYZ 3.77 4.1 8.18 -
YUV 54.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 37 59 80 0.54 0.26 0 0.69 209.3 0.37 0.23
Hex 25 3B 50 36 1A 0 45 D1 25 17
Octal 45 73 120 66 32 0 105 321 45 27
Binary 100101 111011 1010000 110110 11010 0 1000101 11010001 100101 10111

Color Harmonies of #253B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B50

Black with #253B50

Text Example


Text Example

White with #253B50

Text Example


Text Example

HTML Codes & Css Web 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>