Html Css Color HEX #25367E Resolution Blue

📋 copy color: '#25367E'

red 37 ◦ green 54 ◦ blue 126

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

Shades of Resolution Blue #25367E

Tints of Resolution Blue #25367E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 58.06%

R = 17.05%
G = 24.88%
B = 58.06%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25367E (or 0x25367E) is known color: Resolution Blue. HEX triplet: 25, 36 and 7E. RGB value is (37,54,126). Sum of RGB (Red+Green+Blue) = 37+54+126=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 126 (49.61% from 255 or 58.06% from 217); Max value from RGB is 126 - color contains mainly: blue. Hex color #25367E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25367E is #DAC981. Grayscale: #383838. Windows color (decimal): -14338434 or 8271397. OLE color: 8271397.

HSL color Cylindrical-coordinate representation of color #25367E: hue angle of 228.54º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25367E is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 54 126 -
CMYK 0.71 0.57 0 0.51
HSL 228.54º 0.55% 0.32% -
HSV(B) 228.54º 0.71% 0.49% -
XYZ 5.85 4.54 20.31 -
YUV 57.13 166.87 113.65 -
System Red Green Blue C M Y K H S L
Decimal 37 54 126 0.71 0.57 0 0.51 228.54 0.55 0.32
Hex 25 36 7E 47 39 0 33 E5 37 20
Octal 45 66 176 107 71 0 63 345 67 40
Binary 100101 110110 1111110 1000111 111001 0 110011 11100101 110111 100000

Color Harmonies of #25367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25367E

Black with #25367E

Text Example


Text Example

White with #25367E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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