Html Css Color HEX #25376D Resolution Blue

📋 copy color: '#25376D'

red 37 ◦ green 55 ◦ blue 109

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

Shades of Resolution Blue #25376D

Tints of Resolution Blue #25376D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 54.23%

R = 18.41%
G = 27.36%
B = 54.23%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25376D (or 0x25376D) is known color: Resolution Blue. HEX triplet: 25, 37 and 6D. RGB value is (37,55,109). Sum of RGB (Red+Green+Blue) = 37+55+109=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #25376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25376D is #DAC892. Grayscale: #373737. Windows color (decimal): -14338195 or 7157541. OLE color: 7157541.

HSL color Cylindrical-coordinate representation of color #25376D: hue angle of 225º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25376D is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 55 109 -
CMYK 0.66 0.50 0 0.57
HSL 225º 0.49% 0.29% -
HSV(B) 225º 0.66% 0.43% -
XYZ 4.89 4.23 15.03 -
YUV 55.77 158.04 114.61 -
System Red Green Blue C M Y K H S L
Decimal 37 55 109 0.66 0.50 0 0.57 225 0.49 0.29
Hex 25 37 6D 42 32 0 39 E1 31 1D
Octal 45 67 155 102 62 0 71 341 61 35
Binary 100101 110111 1101101 1000010 110010 0 111001 11100001 110001 11101

Color Harmonies of #25376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25376D

Black with #25376D

Text Example


Text Example

White with #25376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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