Html Css Color HEX #25317B Resolution Blue

📋 copy color: '#25317B'

red 37 ◦ green 49 ◦ blue 123

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

Shades of Resolution Blue #25317B

Tints of Resolution Blue #25317B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.44%

 BLUE value IS 123 (48.44% from 255) = 58.85%

R = 17.7%
G = 23.44%
B = 58.85%

CMYK

 C value IS 0.70

 M value IS 0.60

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25317B (or 0x25317B) is known color: Resolution Blue. HEX triplet: 25, 31 and 7B. RGB value is (37,49,123). Sum of RGB (Red+Green+Blue) = 37+49+123=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #25317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25317B is #DACE84. Grayscale: #353535. Windows color (decimal): -14339717 or 8073509. OLE color: 8073509.

HSL color Cylindrical-coordinate representation of color #25317B: hue angle of 231.63º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25317B is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 49 123 -
CMYK 0.70 0.60 0 0.52
HSL 231.63º 0.54% 0.31% -
HSV(B) 231.63º 0.7% 0.48% -
XYZ 5.44 4.02 19.23 -
YUV 53.85 167.02 115.98 -
System Red Green Blue C M Y K H S L
Decimal 37 49 123 0.70 0.60 0 0.52 231.63 0.54 0.31
Hex 25 31 7B 46 3C 0 34 E8 36 1F
Octal 45 61 173 106 74 0 64 350 66 37
Binary 100101 110001 1111011 1000110 111100 0 110100 11101000 110110 11111

Color Harmonies of #25317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25317B

Black with #25317B

Text Example


Text Example

White with #25317B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,49,123); }

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

background-color css

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

 a { background-color: rgb(37,49,123); }

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

border-color css

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

 span { border-color: rgb(37,49,123); }

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