Html Css Color HEX #25445C Regal Blue

📋 copy color: '#25445C'

red 37 ◦ green 68 ◦ blue 92

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

Shades of Regal Blue #25445C

Tints of Regal Blue #25445C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46.7%

R = 18.78%
G = 34.52%
B = 46.7%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25445C (or 0x25445C) is known color: Regal Blue. HEX triplet: 25, 44 and 5C. RGB value is (37,68,92). Sum of RGB (Red+Green+Blue) = 37+68+92=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #25445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25445C is #DABBA3. Grayscale: #3D3D3D. Windows color (decimal): -14334884 or 6046757. OLE color: 6046757.

HSL color Cylindrical-coordinate representation of color #25445C: hue angle of 206.18º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25445C is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 68 92 -
CMYK 0.60 0.26 0 0.64
HSL 206.18º 0.43% 0.25% -
HSV(B) 206.18º 0.6% 0.36% -
XYZ 4.76 5.3 10.9 -
YUV 61.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 37 68 92 0.60 0.26 0 0.64 206.18 0.43 0.25
Hex 25 44 5C 3C 1A 0 40 CE 2B 19
Octal 45 104 134 74 32 0 100 316 53 31
Binary 100101 1000100 1011100 111100 11010 0 1000000 11001110 101011 11001

Color Harmonies of #25445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25445C

Black with #25445C

Text Example


Text Example

White with #25445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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