Html Css Color HEX #25367D Resolution Blue

📋 copy color: '#25367D'

red 37 ◦ green 54 ◦ blue 125

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

Shades of Resolution Blue #25367D

Tints of Resolution Blue #25367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25%

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

R = 17.13%
G = 25%
B = 57.87%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25367D (or 0x25367D) is known color: Resolution Blue. HEX triplet: 25, 36 and 7D. RGB value is (37,54,125). Sum of RGB (Red+Green+Blue) = 37+54+125=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #25367D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25367D is #DAC982. Grayscale: #383838. Windows color (decimal): -14338435 or 8205861. OLE color: 8205861.

HSL color Cylindrical-coordinate representation of color #25367D: hue angle of 228.41º 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 #25367D is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 54 125 -
CMYK 0.70 0.57 0 0.51
HSL 228.41º 0.54% 0.32% -
HSV(B) 228.41º 0.7% 0.49% -
XYZ 5.78 4.51 19.97 -
YUV 57.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 37 54 125 0.70 0.57 0 0.51 228.41 0.54 0.32
Hex 25 36 7D 46 39 0 33 E4 36 20
Octal 45 66 175 106 71 0 63 344 66 40
Binary 100101 110110 1111101 1000110 111001 0 110011 11100100 110110 100000

Color Harmonies of #25367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25367D

Black with #25367D

Text Example


Text Example

White with #25367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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