Html Css Color HEX #25376C Resolution Blue

📋 copy color: '#25376C'

red 37 ◦ green 55 ◦ blue 108

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

Shades of Resolution Blue #25376C

Tints of Resolution Blue #25376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54%

R = 18.5%
G = 27.5%
B = 54%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25376C (or 0x25376C) is known color: Resolution Blue. HEX triplet: 25, 37 and 6C. RGB value is (37,55,108). Sum of RGB (Red+Green+Blue) = 37+55+108=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #25376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25376C is #DAC893. Grayscale: #373737. Windows color (decimal): -14338196 or 7092005. OLE color: 7092005.

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

Color convert

RGB 37 55 108 -
CMYK 0.66 0.49 0 0.58
HSL 224.79º 0.49% 0.28% -
HSV(B) 224.79º 0.66% 0.42% -
XYZ 4.84 4.21 14.74 -
YUV 55.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 37 55 108 0.66 0.49 0 0.58 224.79 0.49 0.28
Hex 25 37 6C 42 31 0 3A E1 31 1C
Octal 45 67 154 102 61 0 72 341 61 34
Binary 100101 110111 1101100 1000010 110001 0 111010 11100001 110001 11100

Color Harmonies of #25376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25376C

Black with #25376C

Text Example


Text Example

White with #25376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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