Html Css Color HEX #25378D Resolution Blue

📋 copy color: '#25378D'

red 37 ◦ green 55 ◦ blue 141

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

Shades of Resolution Blue #25378D

Tints of Resolution Blue #25378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 60.52%

R = 15.88%
G = 23.61%
B = 60.52%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25378D (or 0x25378D) is known color: Resolution Blue. HEX triplet: 25, 37 and 8D. RGB value is (37,55,141). Sum of RGB (Red+Green+Blue) = 37+55+141=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #25378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25378D is #DAC872. Grayscale: #3B3B3B. Windows color (decimal): -14338163 or 9254693. OLE color: 9254693.

HSL color Cylindrical-coordinate representation of color #25378D: hue angle of 229.62º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25378D is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 55 141 -
CMYK 0.74 0.61 0 0.45
HSL 229.62º 0.58% 0.35% -
HSV(B) 229.62º 0.74% 0.55% -
XYZ 6.94 5.05 25.81 -
YUV 59.42 174.04 112.01 -
System Red Green Blue C M Y K H S L
Decimal 37 55 141 0.74 0.61 0 0.45 229.62 0.58 0.35
Hex 25 37 8D 4A 3D 0 2D E6 3A 23
Octal 45 67 215 112 75 0 55 346 72 43
Binary 100101 110111 10001101 1001010 111101 0 101101 11100110 111010 100011

Color Harmonies of #25378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25378D

Black with #25378D

Text Example


Text Example

White with #25378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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