Html Css Color HEX #25376B Resolution Blue

📋 copy color: '#25376B'

red 37 ◦ green 55 ◦ blue 107

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

Shades of Resolution Blue #25376B

Tints of Resolution Blue #25376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.64%

 BLUE value IS 107 (42.19% from 255) = 53.77%

R = 18.59%
G = 27.64%
B = 53.77%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25376B (or 0x25376B) is known color: Resolution Blue. HEX triplet: 25, 37 and 6B. RGB value is (37,55,107). Sum of RGB (Red+Green+Blue) = 37+55+107=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 107 (42.19% from 255 or 53.77% from 199); Max value from RGB is 107 - color contains mainly: blue. Hex color #25376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25376B is #DAC894. Grayscale: #373737. Windows color (decimal): -14338197 or 7026469. OLE color: 7026469.

HSL color Cylindrical-coordinate representation of color #25376B: hue angle of 224.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25376B is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 55 107 -
CMYK 0.65 0.49 0 0.58
HSL 224.57º 0.49% 0.28% -
HSV(B) 224.57º 0.65% 0.42% -
XYZ 4.78 4.19 14.47 -
YUV 55.55 157.04 114.77 -
System Red Green Blue C M Y K H S L
Decimal 37 55 107 0.65 0.49 0 0.58 224.57 0.49 0.28
Hex 25 37 6B 41 31 0 3A E1 31 1C
Octal 45 67 153 101 61 0 72 341 61 34
Binary 100101 110111 1101011 1000001 110001 0 111010 11100001 110001 11100

Color Harmonies of #25376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25376B

Black with #25376B

Text Example


Text Example

White with #25376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25376B; }

 p { color: rgb(37,55,107); }

 H1.HeaderClassName
 {
   color: #25376B;
 }
 .AnyTagClassName
 {
   color: #25376B;
 }
</style>

background-color css

<style>
 a { background-color: #25376B; }

 a { background-color: rgb(37,55,107); }

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

border-color css

<style>
 span { border-color: #25376B; }

 span { border-color: rgb(37,55,107); }

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