Html Css Color HEX #25427C Resolution Blue

📋 copy color: '#25427C'

red 37 ◦ green 66 ◦ blue 124

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

Shades of Resolution Blue #25427C

Tints of Resolution Blue #25427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

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

R = 16.3%
G = 29.07%
B = 54.63%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25427C (or 0x25427C) is known color: Resolution Blue. HEX triplet: 25, 42 and 7C. RGB value is (37,66,124). Sum of RGB (Red+Green+Blue) = 37+66+124=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #25427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25427C is #DABD83. Grayscale: #3F3F3F. Windows color (decimal): -14335364 or 8143397. OLE color: 8143397.

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

Color convert

RGB 37 66 124 -
CMYK 0.70 0.47 0 0.51
HSL 220º 0.54% 0.32% -
HSV(B) 220º 0.7% 0.49% -
XYZ 6.35 5.74 19.84 -
YUV 63.94 161.89 108.78 -
System Red Green Blue C M Y K H S L
Decimal 37 66 124 0.70 0.47 0 0.51 220 0.54 0.32
Hex 25 42 7C 46 2F 0 33 DC 36 20
Octal 45 102 174 106 57 0 63 334 66 40
Binary 100101 1000010 1111100 1000110 101111 0 110011 11011100 110110 100000

Color Harmonies of #25427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25427C

Black with #25427C

Text Example


Text Example

White with #25427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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