Html Css Color HEX #25407C Resolution Blue

📋 copy color: '#25407C'

red 37 ◦ green 64 ◦ blue 124

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

Shades of Resolution Blue #25407C

Tints of Resolution Blue #25407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.44%

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

R = 16.44%
G = 28.44%
B = 55.11%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25407C (or 0x25407C) is known color: Resolution Blue. HEX triplet: 25, 40 and 7C. RGB value is (37,64,124). Sum of RGB (Red+Green+Blue) = 37+64+124=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #25407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25407C is #DABF83. Grayscale: #3E3E3E. Windows color (decimal): -14335876 or 8142885. OLE color: 8142885.

HSL color Cylindrical-coordinate representation of color #25407C: hue angle of 221.38º 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 #25407C is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 64 124 -
CMYK 0.70 0.48 0 0.51
HSL 221.38º 0.54% 0.32% -
HSV(B) 221.38º 0.7% 0.49% -
XYZ 6.23 5.52 19.8 -
YUV 62.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 37 64 124 0.70 0.48 0 0.51 221.38 0.54 0.32
Hex 25 40 7C 46 30 0 33 DD 36 20
Octal 45 100 174 106 60 0 63 335 66 40
Binary 100101 1000000 1111100 1000110 110000 0 110011 11011101 110110 100000

Color Harmonies of #25407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25407C

Black with #25407C

Text Example


Text Example

White with #25407C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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