Html Css Color HEX #25388D Resolution Blue

📋 copy color: '#25388D'

red 37 ◦ green 56 ◦ blue 141

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

Shades of Resolution Blue #25388D

Tints of Resolution Blue #25388D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.93%

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

R = 15.81%
G = 23.93%
B = 60.26%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25388D (or 0x25388D) is known color: Resolution Blue. HEX triplet: 25, 38 and 8D. RGB value is (37,56,141). Sum of RGB (Red+Green+Blue) = 37+56+141=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #25388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25388D is #DAC772. Grayscale: #3B3B3B. Windows color (decimal): -14337907 or 9254949. OLE color: 9254949.

HSL color Cylindrical-coordinate representation of color #25388D: hue angle of 229.04º 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 #25388D is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 56 141 -
CMYK 0.74 0.60 0 0.45
HSL 229.04º 0.58% 0.35% -
HSV(B) 229.04º 0.74% 0.55% -
XYZ 6.98 5.14 25.82 -
YUV 60.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 37 56 141 0.74 0.60 0 0.45 229.04 0.58 0.35
Hex 25 38 8D 4A 3C 0 2D E5 3A 23
Octal 45 70 215 112 74 0 55 345 72 43
Binary 100101 111000 10001101 1001010 111100 0 101101 11100101 111010 100011

Color Harmonies of #25388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25388D

Black with #25388D

Text Example


Text Example

White with #25388D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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