Html Css Color HEX #25367F Resolution Blue

📋 copy color: '#25367F'

red 37 ◦ green 54 ◦ blue 127

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

Shades of Resolution Blue #25367F

Tints of Resolution Blue #25367F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 58.26%

R = 16.97%
G = 24.77%
B = 58.26%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#25367F (or 0x25367F) is known color: Resolution Blue. HEX triplet: 25, 36 and 7F. RGB value is (37,54,127). Sum of RGB (Red+Green+Blue) = 37+54+127=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #25367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25367F is #DAC980. Grayscale: #383838. Windows color (decimal): -14338433 or 8336933. OLE color: 8336933.

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

Color convert

RGB 37 54 127 -
CMYK 0.71 0.57 0 0.50
HSL 228.67º 0.55% 0.32% -
HSV(B) 228.67º 0.71% 0.5% -
XYZ 5.91 4.56 20.65 -
YUV 57.24 167.37 113.56 -
System Red Green Blue C M Y K H S L
Decimal 37 54 127 0.71 0.57 0 0.50 228.67 0.55 0.32
Hex 25 36 7F 47 39 0 32 E5 37 20
Octal 45 66 177 107 71 0 62 345 67 40
Binary 100101 110110 1111111 1000111 111001 0 110010 11100101 110111 100000

Color Harmonies of #25367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25367F

Black with #25367F

Text Example


Text Example

White with #25367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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