Html Css Color HEX #25367C Resolution Blue

📋 copy color: '#25367C'

red 37 ◦ green 54 ◦ blue 124

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

Shades of Resolution Blue #25367C

Tints of Resolution Blue #25367C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.67%

R = 17.21%
G = 25.12%
B = 57.67%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25367C (or 0x25367C) is known color: Resolution Blue. HEX triplet: 25, 36 and 7C. RGB value is (37,54,124). Sum of RGB (Red+Green+Blue) = 37+54+124=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #25367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25367C is #DAC983. Grayscale: #383838. Windows color (decimal): -14338436 or 8140325. OLE color: 8140325.

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

Color convert

RGB 37 54 124 -
CMYK 0.70 0.56 0 0.51
HSL 228.28º 0.54% 0.32% -
HSV(B) 228.28º 0.7% 0.49% -
XYZ 5.72 4.49 19.63 -
YUV 56.9 165.87 113.81 -
System Red Green Blue C M Y K H S L
Decimal 37 54 124 0.70 0.56 0 0.51 228.28 0.54 0.32
Hex 25 36 7C 46 38 0 33 E4 36 20
Octal 45 66 174 106 70 0 63 344 66 40
Binary 100101 110110 1111100 1000110 111000 0 110011 11100100 110110 100000

Color Harmonies of #25367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25367C

Black with #25367C

Text Example


Text Example

White with #25367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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