Html Css Color HEX #25328E Resolution Blue

📋 copy color: '#25328E'

red 37 ◦ green 50 ◦ blue 142

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

Shades of Resolution Blue #25328E

Tints of Resolution Blue #25328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 62.01%

R = 16.16%
G = 21.83%
B = 62.01%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25328E (or 0x25328E) is known color: Resolution Blue. HEX triplet: 25, 32 and 8E. RGB value is (37,50,142). Sum of RGB (Red+Green+Blue) = 37+50+142=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #25328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25328E is #DACD71. Grayscale: #383838. Windows color (decimal): -14339442 or 9318949. OLE color: 9318949.

HSL color Cylindrical-coordinate representation of color #25328E: hue angle of 232.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25328E is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 50 142 -
CMYK 0.74 0.65 0 0.44
HSL 232.57º 0.59% 0.35% -
HSV(B) 232.57º 0.74% 0.56% -
XYZ 6.79 4.63 26.13 -
YUV 56.6 176.19 114.02 -
System Red Green Blue C M Y K H S L
Decimal 37 50 142 0.74 0.65 0 0.44 232.57 0.59 0.35
Hex 25 32 8E 4A 41 0 2C E9 3B 23
Octal 45 62 216 112 101 0 54 351 73 43
Binary 100101 110010 10001110 1001010 1000001 0 101100 11101001 111011 100011

Color Harmonies of #25328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25328E

Black with #25328E

Text Example


Text Example

White with #25328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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