Html Css Color HEX #253F55 Regal Blue

📋 copy color: '#253F55'

red 37 ◦ green 63 ◦ blue 85

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

Shades of Regal Blue #253F55

Tints of Regal Blue #253F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 45.95%

R = 20%
G = 34.05%
B = 45.95%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#253F55 (or 0x253F55) is known color: Regal Blue. HEX triplet: 25, 3F and 55. RGB value is (37,63,85). Sum of RGB (Red+Green+Blue) = 37+63+85=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #253F55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F55 is #DAC0AA. Grayscale: #393939. Windows color (decimal): -14336171 or 5586725. OLE color: 5586725.

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

Color convert

RGB 37 63 85 -
CMYK 0.56 0.26 0 0.67
HSL 207.5º 0.39% 0.24% -
HSV(B) 207.5º 0.56% 0.33% -
XYZ 4.18 4.6 9.26 -
YUV 57.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 37 63 85 0.56 0.26 0 0.67 207.5 0.39 0.24
Hex 25 3F 55 38 1A 0 43 D0 27 18
Octal 45 77 125 70 32 0 103 320 47 30
Binary 100101 111111 1010101 111000 11010 0 1000011 11010000 100111 11000

Color Harmonies of #253F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F55

Black with #253F55

Text Example


Text Example

White with #253F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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