Html Css Color HEX #25326D Resolution Blue

📋 copy color: '#25326D'

red 37 ◦ green 50 ◦ blue 109

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

Shades of Resolution Blue #25326D

Tints of Resolution Blue #25326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

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

R = 18.88%
G = 25.51%
B = 55.61%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25326D (or 0x25326D) is known color: Resolution Blue. HEX triplet: 25, 32 and 6D. RGB value is (37,50,109). Sum of RGB (Red+Green+Blue) = 37+50+109=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #25326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25326D is #DACD92. Grayscale: #343434. Windows color (decimal): -14339475 or 7156261. OLE color: 7156261.

HSL color Cylindrical-coordinate representation of color #25326D: hue angle of 229.17º 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 #25326D is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 50 109 -
CMYK 0.66 0.54 0 0.57
HSL 229.17º 0.49% 0.29% -
HSV(B) 229.17º 0.66% 0.43% -
XYZ 4.66 3.78 14.95 -
YUV 52.84 159.69 116.7 -
System Red Green Blue C M Y K H S L
Decimal 37 50 109 0.66 0.54 0 0.57 229.17 0.49 0.29
Hex 25 32 6D 42 36 0 39 E5 31 1D
Octal 45 62 155 102 66 0 71 345 61 35
Binary 100101 110010 1101101 1000010 110110 0 111001 11100101 110001 11101

Color Harmonies of #25326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25326D

Black with #25326D

Text Example


Text Example

White with #25326D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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