Html Css Color HEX #25377D Resolution Blue

📋 copy color: '#25377D'

red 37 ◦ green 55 ◦ blue 125

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

Shades of Resolution Blue #25377D

Tints of Resolution Blue #25377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.35%

 BLUE value IS 125 (49.22% from 255) = 57.6%

R = 17.05%
G = 25.35%
B = 57.6%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25377D (or 0x25377D) is known color: Resolution Blue. HEX triplet: 25, 37 and 7D. RGB value is (37,55,125). Sum of RGB (Red+Green+Blue) = 37+55+125=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #25377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25377D is #DAC882. Grayscale: #393939. Windows color (decimal): -14338179 or 8206117. OLE color: 8206117.

HSL color Cylindrical-coordinate representation of color #25377D: hue angle of 227.73º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25377D is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 55 125 -
CMYK 0.70 0.56 0 0.51
HSL 227.73º 0.54% 0.32% -
HSV(B) 227.73º 0.7% 0.49% -
XYZ 5.83 4.61 19.98 -
YUV 57.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 37 55 125 0.70 0.56 0 0.51 227.73 0.54 0.32
Hex 25 37 7D 46 38 0 33 E4 36 20
Octal 45 67 175 106 70 0 63 344 66 40
Binary 100101 110111 1111101 1000110 111000 0 110011 11100100 110110 100000

Color Harmonies of #25377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25377D

Black with #25377D

Text Example


Text Example

White with #25377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25377D; }

 p { color: rgb(37,55,125); }

 H1.HeaderClassName
 {
   color: #25377D;
 }
 .AnyTagClassName
 {
   color: #25377D;
 }
</style>

background-color css

<style>
 a { background-color: #25377D; }

 a { background-color: rgb(37,55,125); }

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

border-color css

<style>
 span { border-color: #25377D; }

 span { border-color: rgb(37,55,125); }

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