Html Css Color HEX #25445E Regal Blue

📋 copy color: '#25445E'

red 37 ◦ green 68 ◦ blue 94

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

Shades of Regal Blue #25445E

Tints of Regal Blue #25445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.17%

 BLUE value IS 94 (37.11% from 255) = 47.24%

R = 18.59%
G = 34.17%
B = 47.24%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25445E (or 0x25445E) is known color: Regal Blue. HEX triplet: 25, 44 and 5E. RGB value is (37,68,94). Sum of RGB (Red+Green+Blue) = 37+68+94=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #25445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25445E is #DABBA1. Grayscale: #3D3D3D. Windows color (decimal): -14334882 or 6177829. OLE color: 6177829.

HSL color Cylindrical-coordinate representation of color #25445E: hue angle of 207.37º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25445E is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 68 94 -
CMYK 0.61 0.28 0 0.63
HSL 207.37º 0.44% 0.26% -
HSV(B) 207.37º 0.61% 0.37% -
XYZ 4.85 5.34 11.36 -
YUV 61.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 37 68 94 0.61 0.28 0 0.63 207.37 0.44 0.26
Hex 25 44 5E 3D 1C 0 3F CF 2C 1A
Octal 45 104 136 75 34 0 77 317 54 32
Binary 100101 1000100 1011110 111101 11100 0 111111 11001111 101100 11010

Color Harmonies of #25445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25445E

Black with #25445E

Text Example


Text Example

White with #25445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25445E; }

 p { color: rgb(37,68,94); }

 H1.HeaderClassName
 {
   color: #25445E;
 }
 .AnyTagClassName
 {
   color: #25445E;
 }
</style>

background-color css

<style>
 a { background-color: #25445E; }

 a { background-color: rgb(37,68,94); }

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

border-color css

<style>
 span { border-color: #25445E; }

 span { border-color: rgb(37,68,94); }

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