Html Css Color HEX #253F59 Regal Blue

📋 copy color: '#253F59'

red 37 ◦ green 63 ◦ blue 89

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

Shades of Regal Blue #253F59

Tints of Regal Blue #253F59

RGB

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

 GREEN value IS 63 (25% from 255) = 33.33%

 BLUE value IS 89 (35.16% from 255) = 47.09%

R = 19.58%
G = 33.33%
B = 47.09%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#253F59 (or 0x253F59) is known color: Regal Blue. HEX triplet: 25, 3F and 59. RGB value is (37,63,89). Sum of RGB (Red+Green+Blue) = 37+63+89=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #253F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F59 is #DAC0A6. Grayscale: #3A3A3A. Windows color (decimal): -14336167 or 5848869. OLE color: 5848869.

HSL color Cylindrical-coordinate representation of color #253F59: hue angle of 210º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #253F59 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 63 89 -
CMYK 0.58 0.29 0 0.65
HSL 210º 0.41% 0.25% -
HSV(B) 210º 0.58% 0.35% -
XYZ 4.34 4.67 10.12 -
YUV 58.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 37 63 89 0.58 0.29 0 0.65 210 0.41 0.25
Hex 25 3F 59 3A 1D 0 41 D2 29 19
Octal 45 77 131 72 35 0 101 322 51 31
Binary 100101 111111 1011001 111010 11101 0 1000001 11010010 101001 11001

Color Harmonies of #253F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F59

Black with #253F59

Text Example


Text Example

White with #253F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,63,89); }

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

background-color css

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

 a { background-color: rgb(37,63,89); }

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

border-color css

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

 span { border-color: rgb(37,63,89); }

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