Html Css Color HEX #25357E Resolution Blue

📋 copy color: '#25357E'

red 37 ◦ green 53 ◦ blue 126

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

Shades of Resolution Blue #25357E

Tints of Resolution Blue #25357E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.54%

 BLUE value IS 126 (49.61% from 255) = 58.33%

R = 17.13%
G = 24.54%
B = 58.33%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25357E (or 0x25357E) is known color: Resolution Blue. HEX triplet: 25, 35 and 7E. RGB value is (37,53,126). Sum of RGB (Red+Green+Blue) = 37+53+126=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 126 (49.61% from 255 or 58.33% from 216); Max value from RGB is 126 - color contains mainly: blue. Hex color #25357E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25357E is #DACA81. Grayscale: #383838. Windows color (decimal): -14338690 or 8271141. OLE color: 8271141.

HSL color Cylindrical-coordinate representation of color #25357E: hue angle of 229.21º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25357E is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 53 126 -
CMYK 0.71 0.58 0 0.51
HSL 229.21º 0.55% 0.32% -
HSV(B) 229.21º 0.71% 0.49% -
XYZ 5.8 4.45 20.29 -
YUV 56.54 167.2 114.06 -
System Red Green Blue C M Y K H S L
Decimal 37 53 126 0.71 0.58 0 0.51 229.21 0.55 0.32
Hex 25 35 7E 47 3A 0 33 E5 37 20
Octal 45 65 176 107 72 0 63 345 67 40
Binary 100101 110101 1111110 1000111 111010 0 110011 11100101 110111 100000

Color Harmonies of #25357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25357E

Black with #25357E

Text Example


Text Example

White with #25357E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,53,126); }

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

background-color css

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

 a { background-color: rgb(37,53,126); }

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

border-color css

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

 span { border-color: rgb(37,53,126); }

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