Html Css Color HEX #25326B Resolution Blue

📋 copy color: '#25326B'

red 37 ◦ green 50 ◦ blue 107

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

Shades of Resolution Blue #25326B

Tints of Resolution Blue #25326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 55.15%

R = 19.07%
G = 25.77%
B = 55.15%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25326B (or 0x25326B) is known color: Resolution Blue. HEX triplet: 25, 32 and 6B. RGB value is (37,50,107). Sum of RGB (Red+Green+Blue) = 37+50+107=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #25326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25326B is #DACD94. Grayscale: #343434. Windows color (decimal): -14339477 or 7025189. OLE color: 7025189.

HSL color Cylindrical-coordinate representation of color #25326B: hue angle of 228.86º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25326B is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 50 107 -
CMYK 0.65 0.53 0 0.58
HSL 228.86º 0.49% 0.28% -
HSV(B) 228.86º 0.65% 0.42% -
XYZ 4.56 3.74 14.39 -
YUV 52.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 37 50 107 0.65 0.53 0 0.58 228.86 0.49 0.28
Hex 25 32 6B 41 35 0 3A E5 31 1C
Octal 45 62 153 101 65 0 72 345 61 34
Binary 100101 110010 1101011 1000001 110101 0 111010 11100101 110001 11100

Color Harmonies of #25326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25326B

Black with #25326B

Text Example


Text Example

White with #25326B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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