Html Css Color HEX #25396D Resolution Blue

📋 copy color: '#25396D'

red 37 ◦ green 57 ◦ blue 109

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

Shades of Resolution Blue #25396D

Tints of Resolution Blue #25396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.08%

 BLUE value IS 109 (42.97% from 255) = 53.69%

R = 18.23%
G = 28.08%
B = 53.69%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25396D (or 0x25396D) is known color: Resolution Blue. HEX triplet: 25, 39 and 6D. RGB value is (37,57,109). Sum of RGB (Red+Green+Blue) = 37+57+109=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #25396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25396D is #DAC692. Grayscale: #383838. Windows color (decimal): -14337683 or 7158053. OLE color: 7158053.

HSL color Cylindrical-coordinate representation of color #25396D: hue angle of 223.33º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25396D is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 57 109 -
CMYK 0.66 0.48 0 0.57
HSL 223.33º 0.49% 0.29% -
HSV(B) 223.33º 0.66% 0.43% -
XYZ 4.99 4.42 15.06 -
YUV 56.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 37 57 109 0.66 0.48 0 0.57 223.33 0.49 0.29
Hex 25 39 6D 42 30 0 39 DF 31 1D
Octal 45 71 155 102 60 0 71 337 61 35
Binary 100101 111001 1101101 1000010 110000 0 111001 11011111 110001 11101

Color Harmonies of #25396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25396D

Black with #25396D

Text Example


Text Example

White with #25396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25396D; }

 p { color: rgb(37,57,109); }

 H1.HeaderClassName
 {
   color: #25396D;
 }
 .AnyTagClassName
 {
   color: #25396D;
 }
</style>

background-color css

<style>
 a { background-color: #25396D; }

 a { background-color: rgb(37,57,109); }

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

border-color css

<style>
 span { border-color: #25396D; }

 span { border-color: rgb(37,57,109); }

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