Html Css Color HEX #25445F Regal Blue

📋 copy color: '#25445F'

red 37 ◦ green 68 ◦ blue 95

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

Shades of Regal Blue #25445F

Tints of Regal Blue #25445F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.5%

R = 18.5%
G = 34%
B = 47.5%

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

#25445F (or 0x25445F) is known color: Regal Blue. HEX triplet: 25, 44 and 5F. RGB value is (37,68,95). Sum of RGB (Red+Green+Blue) = 37+68+95=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #25445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25445F is #DABBA0. Grayscale: #3D3D3D. Windows color (decimal): -14334881 or 6243365. OLE color: 6243365.

HSL color Cylindrical-coordinate representation of color #25445F: hue angle of 207.93º 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 #25445F is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 68 95 -
CMYK 0.61 0.28 0 0.63
HSL 207.93º 0.44% 0.26% -
HSV(B) 207.93º 0.61% 0.37% -
XYZ 4.9 5.35 11.6 -
YUV 61.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 37 68 95 0.61 0.28 0 0.63 207.93 0.44 0.26
Hex 25 44 5F 3D 1C 0 3F D0 2C 1A
Octal 45 104 137 75 34 0 77 320 54 32
Binary 100101 1000100 1011111 111101 11100 0 111111 11010000 101100 11010

Color Harmonies of #25445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25445F

Black with #25445F

Text Example


Text Example

White with #25445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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