Html Css Color HEX #25396B Resolution Blue

📋 copy color: '#25396B'

red 37 ◦ green 57 ◦ blue 107

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

Shades of Resolution Blue #25396B

Tints of Resolution Blue #25396B

RGB

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

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

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

R = 18.41%
G = 28.36%
B = 53.23%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25396B (or 0x25396B) is known color: Resolution Blue. HEX triplet: 25, 39 and 6B. RGB value is (37,57,107). Sum of RGB (Red+Green+Blue) = 37+57+107=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #25396B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25396B is #DAC694. Grayscale: #383838. Windows color (decimal): -14337685 or 7026981. OLE color: 7026981.

HSL color Cylindrical-coordinate representation of color #25396B: hue angle of 222.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 #25396B is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 57 107 -
CMYK 0.65 0.47 0 0.58
HSL 222.86º 0.49% 0.28% -
HSV(B) 222.86º 0.65% 0.42% -
XYZ 4.88 4.38 14.5 -
YUV 56.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 37 57 107 0.65 0.47 0 0.58 222.86 0.49 0.28
Hex 25 39 6B 41 2F 0 3A DF 31 1C
Octal 45 71 153 101 57 0 72 337 61 34
Binary 100101 111001 1101011 1000001 101111 0 111010 11011111 110001 11100

Color Harmonies of #25396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25396B

Black with #25396B

Text Example


Text Example

White with #25396B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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