Html Css Color HEX #25396C Resolution Blue

📋 copy color: '#25396C'

red 37 ◦ green 57 ◦ blue 108

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

Shades of Resolution Blue #25396C

Tints of Resolution Blue #25396C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.47%

R = 18.32%
G = 28.22%
B = 53.47%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25396C (or 0x25396C) is known color: Resolution Blue. HEX triplet: 25, 39 and 6C. RGB value is (37,57,108). Sum of RGB (Red+Green+Blue) = 37+57+108=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #25396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25396C is #DAC693. Grayscale: #383838. Windows color (decimal): -14337684 or 7092517. OLE color: 7092517.

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

Color convert

RGB 37 57 108 -
CMYK 0.66 0.47 0 0.58
HSL 223.1º 0.49% 0.28% -
HSV(B) 223.1º 0.66% 0.42% -
XYZ 4.93 4.4 14.78 -
YUV 56.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 37 57 108 0.66 0.47 0 0.58 223.1 0.49 0.28
Hex 25 39 6C 42 2F 0 3A DF 31 1C
Octal 45 71 154 102 57 0 72 337 61 34
Binary 100101 111001 1101100 1000010 101111 0 111010 11011111 110001 11100

Color Harmonies of #25396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25396C

Black with #25396C

Text Example


Text Example

White with #25396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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