Html Css Color HEX #25316F Resolution Blue

📋 copy color: '#25316F'

red 37 ◦ green 49 ◦ blue 111

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

Shades of Resolution Blue #25316F

Tints of Resolution Blue #25316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.87%

 BLUE value IS 111 (43.75% from 255) = 56.35%

R = 18.78%
G = 24.87%
B = 56.35%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#25316F (or 0x25316F) is known color: Resolution Blue. HEX triplet: 25, 31 and 6F. RGB value is (37,49,111). Sum of RGB (Red+Green+Blue) = 37+49+111=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #25316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25316F is #DACE90. Grayscale: #343434. Windows color (decimal): -14339729 or 7287077. OLE color: 7287077.

HSL color Cylindrical-coordinate representation of color #25316F: hue angle of 230.27º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25316F is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 49 111 -
CMYK 0.67 0.56 0 0.56
HSL 230.27º 0.5% 0.29% -
HSV(B) 230.27º 0.67% 0.44% -
XYZ 4.73 3.74 15.51 -
YUV 52.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 37 49 111 0.67 0.56 0 0.56 230.27 0.5 0.29
Hex 25 31 6F 43 38 0 38 E6 32 1D
Octal 45 61 157 103 70 0 70 346 62 35
Binary 100101 110001 1101111 1000011 111000 0 111000 11100110 110010 11101

Color Harmonies of #25316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25316F

Black with #25316F

Text Example


Text Example

White with #25316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,49,111); }

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

background-color css

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

 a { background-color: rgb(37,49,111); }

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

border-color css

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

 span { border-color: rgb(37,49,111); }

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