Html Css Color HEX #25366B Resolution Blue

📋 copy color: '#25366B'

red 37 ◦ green 54 ◦ blue 107

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

Shades of Resolution Blue #25366B

Tints of Resolution Blue #25366B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.27%

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

R = 18.69%
G = 27.27%
B = 54.04%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25366B (or 0x25366B) is known color: Resolution Blue. HEX triplet: 25, 36 and 6B. RGB value is (37,54,107). Sum of RGB (Red+Green+Blue) = 37+54+107=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #25366B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25366B is #DAC994. Grayscale: #363636. Windows color (decimal): -14338453 or 7026213. OLE color: 7026213.

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

Color convert

RGB 37 54 107 -
CMYK 0.65 0.50 0 0.58
HSL 225.43º 0.49% 0.28% -
HSV(B) 225.43º 0.65% 0.42% -
XYZ 4.74 4.09 14.45 -
YUV 54.96 157.37 115.19 -
System Red Green Blue C M Y K H S L
Decimal 37 54 107 0.65 0.50 0 0.58 225.43 0.49 0.28
Hex 25 36 6B 41 32 0 3A E1 31 1C
Octal 45 66 153 101 62 0 72 341 61 34
Binary 100101 110110 1101011 1000001 110010 0 111010 11100001 110001 11100

Color Harmonies of #25366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25366B

Black with #25366B

Text Example


Text Example

White with #25366B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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