Html Css Color HEX #25328A Resolution Blue

📋 copy color: '#25328A'

red 37 ◦ green 50 ◦ blue 138

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

Shades of Resolution Blue #25328A

Tints of Resolution Blue #25328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 61.33%

R = 16.44%
G = 22.22%
B = 61.33%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#25328A (or 0x25328A) is known color: Resolution Blue. HEX triplet: 25, 32 and 8A. RGB value is (37,50,138). Sum of RGB (Red+Green+Blue) = 37+50+138=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #25328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25328A is #DACD75. Grayscale: #373737. Windows color (decimal): -14339446 or 9056805. OLE color: 9056805.

HSL color Cylindrical-coordinate representation of color #25328A: hue angle of 232.28º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25328A is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 50 138 -
CMYK 0.73 0.64 0 0.46
HSL 232.28º 0.58% 0.34% -
HSV(B) 232.28º 0.73% 0.54% -
XYZ 6.49 4.51 24.57 -
YUV 56.15 174.19 114.34 -
System Red Green Blue C M Y K H S L
Decimal 37 50 138 0.73 0.64 0 0.46 232.28 0.58 0.34
Hex 25 32 8A 49 40 0 2E E8 3A 22
Octal 45 62 212 111 100 0 56 350 72 42
Binary 100101 110010 10001010 1001001 1000000 0 101110 11101000 111010 100010

Color Harmonies of #25328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25328A

Black with #25328A

Text Example


Text Example

White with #25328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25328A; }

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

 H1.HeaderClassName
 {
   color: #25328A;
 }
 .AnyTagClassName
 {
   color: #25328A;
 }
</style>

background-color css

<style>
 a { background-color: #25328A; }

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

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

border-color css

<style>
 span { border-color: #25328A; }

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

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