Html Css Color HEX #253E56 Regal Blue

📋 copy color: '#253E56'

red 37 ◦ green 62 ◦ blue 86

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

Shades of Regal Blue #253E56

Tints of Regal Blue #253E56

RGB

 RED value IS 37 (14.84% from 255) = 20%

 GREEN value IS 62 (24.61% from 255) = 33.51%

 BLUE value IS 86 (33.98% from 255) = 46.49%

R = 20%
G = 33.51%
B = 46.49%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#253E56 (or 0x253E56) is known color: Regal Blue. HEX triplet: 25, 3E and 56. RGB value is (37,62,86). Sum of RGB (Red+Green+Blue) = 37+62+86=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #253E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E56 is #DAC1A9. Grayscale: #393939. Windows color (decimal): -14336426 or 5652005. OLE color: 5652005.

HSL color Cylindrical-coordinate representation of color #253E56: hue angle of 209.39º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #253E56 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 37 62 86 -
CMYK 0.57 0.28 0 0.66
HSL 209.39º 0.4% 0.24% -
HSV(B) 209.39º 0.57% 0.34% -
XYZ 4.17 4.51 9.46 -
YUV 57.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 37 62 86 0.57 0.28 0 0.66 209.39 0.4 0.24
Hex 25 3E 56 39 1C 0 42 D1 28 18
Octal 45 76 126 71 34 0 102 321 50 30
Binary 100101 111110 1010110 111001 11100 0 1000010 11010001 101000 11000

Color Harmonies of #253E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E56

Black with #253E56

Text Example


Text Example

White with #253E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #253E56;
 }
 .AnyTagClassName
 {
   color: #253E56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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