Html Css Color HEX #25326E Resolution Blue

📋 copy color: '#25326E'

red 37 ◦ green 50 ◦ blue 110

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

Shades of Resolution Blue #25326E

Tints of Resolution Blue #25326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 55.84%

R = 18.78%
G = 25.38%
B = 55.84%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25326E (or 0x25326E) is known color: Resolution Blue. HEX triplet: 25, 32 and 6E. RGB value is (37,50,110). Sum of RGB (Red+Green+Blue) = 37+50+110=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #25326E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25326E is #DACD91. Grayscale: #343434. Windows color (decimal): -14339474 or 7221797. OLE color: 7221797.

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

Color convert

RGB 37 50 110 -
CMYK 0.66 0.55 0 0.57
HSL 229.32º 0.5% 0.29% -
HSV(B) 229.32º 0.66% 0.43% -
XYZ 4.72 3.8 15.24 -
YUV 52.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 37 50 110 0.66 0.55 0 0.57 229.32 0.5 0.29
Hex 25 32 6E 42 37 0 39 E5 32 1D
Octal 45 62 156 102 67 0 71 345 62 35
Binary 100101 110010 1101110 1000010 110111 0 111001 11100101 110010 11101

Color Harmonies of #25326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25326E

Black with #25326E

Text Example


Text Example

White with #25326E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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