Html Css Color HEX #25377A Resolution Blue

📋 copy color: '#25377A'

red 37 ◦ green 55 ◦ blue 122

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

Shades of Resolution Blue #25377A

Tints of Resolution Blue #25377A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.7%

 BLUE value IS 122 (48.05% from 255) = 57.01%

R = 17.29%
G = 25.7%
B = 57.01%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25377A (or 0x25377A) is known color: Resolution Blue. HEX triplet: 25, 37 and 7A. RGB value is (37,55,122). Sum of RGB (Red+Green+Blue) = 37+55+122=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #25377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25377A is #DAC885. Grayscale: #383838. Windows color (decimal): -14338182 or 8009509. OLE color: 8009509.

HSL color Cylindrical-coordinate representation of color #25377A: hue angle of 227.29º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25377A is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 55 122 -
CMYK 0.70 0.55 0 0.52
HSL 227.29º 0.53% 0.31% -
HSV(B) 227.29º 0.7% 0.48% -
XYZ 5.64 4.53 18.99 -
YUV 57.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 37 55 122 0.70 0.55 0 0.52 227.29 0.53 0.31
Hex 25 37 7A 46 37 0 34 E3 35 1F
Octal 45 67 172 106 67 0 64 343 65 37
Binary 100101 110111 1111010 1000110 110111 0 110100 11100011 110101 11111

Color Harmonies of #25377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25377A

Black with #25377A

Text Example


Text Example

White with #25377A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,55,122); }

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

background-color css

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

 a { background-color: rgb(37,55,122); }

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

border-color css

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

 span { border-color: rgb(37,55,122); }

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