Html Css Color HEX #25378B Resolution Blue

📋 copy color: '#25378B'

red 37 ◦ green 55 ◦ blue 139

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

Shades of Resolution Blue #25378B

Tints of Resolution Blue #25378B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 60.17%

R = 16.02%
G = 23.81%
B = 60.17%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25378B (or 0x25378B) is known color: Resolution Blue. HEX triplet: 25, 37 and 8B. RGB value is (37,55,139). Sum of RGB (Red+Green+Blue) = 37+55+139=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #25378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25378B is #DAC874. Grayscale: #3A3A3A. Windows color (decimal): -14338165 or 9123621. OLE color: 9123621.

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

Color convert

RGB 37 55 139 -
CMYK 0.73 0.60 0 0.45
HSL 229.41º 0.58% 0.35% -
HSV(B) 229.41º 0.73% 0.55% -
XYZ 6.79 4.99 25.03 -
YUV 59.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 37 55 139 0.73 0.60 0 0.45 229.41 0.58 0.35
Hex 25 37 8B 49 3C 0 2D E5 3A 23
Octal 45 67 213 111 74 0 55 345 72 43
Binary 100101 110111 10001011 1001001 111100 0 101101 11100101 111010 100011

Color Harmonies of #25378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25378B

Black with #25378B

Text Example


Text Example

White with #25378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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