Html Css Color HEX #25337C Resolution Blue

📋 copy color: '#25337C'

red 37 ◦ green 51 ◦ blue 124

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

Shades of Resolution Blue #25337C

Tints of Resolution Blue #25337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

 BLUE value IS 124 (48.83% from 255) = 58.49%

R = 17.45%
G = 24.06%
B = 58.49%

CMYK

 C value IS 0.70

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25337C (or 0x25337C) is known color: Resolution Blue. HEX triplet: 25, 33 and 7C. RGB value is (37,51,124). Sum of RGB (Red+Green+Blue) = 37+51+124=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #25337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25337C is #DACC83. Grayscale: #363636. Windows color (decimal): -14339204 or 8139557. OLE color: 8139557.

HSL color Cylindrical-coordinate representation of color #25337C: hue angle of 230.34º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25337C is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 51 124 -
CMYK 0.70 0.59 0 0.51
HSL 230.34º 0.54% 0.32% -
HSV(B) 230.34º 0.7% 0.49% -
XYZ 5.58 4.22 19.59 -
YUV 55.14 166.86 115.06 -
System Red Green Blue C M Y K H S L
Decimal 37 51 124 0.70 0.59 0 0.51 230.34 0.54 0.32
Hex 25 33 7C 46 3B 0 33 E6 36 20
Octal 45 63 174 106 73 0 63 346 66 40
Binary 100101 110011 1111100 1000110 111011 0 110011 11100110 110110 100000

Color Harmonies of #25337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25337C

Black with #25337C

Text Example


Text Example

White with #25337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,51,124); }

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

background-color css

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

 a { background-color: rgb(37,51,124); }

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

border-color css

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

 span { border-color: rgb(37,51,124); }

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