Html Css Color HEX #25427A Resolution Blue

📋 copy color: '#25427A'

red 37 ◦ green 66 ◦ blue 122

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

Shades of Resolution Blue #25427A

Tints of Resolution Blue #25427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 54.22%

R = 16.44%
G = 29.33%
B = 54.22%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25427A (or 0x25427A) is known color: Resolution Blue. HEX triplet: 25, 42 and 7A. RGB value is (37,66,122). Sum of RGB (Red+Green+Blue) = 37+66+122=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #25427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25427A is #DABD85. Grayscale: #3F3F3F. Windows color (decimal): -14335366 or 8012325. OLE color: 8012325.

HSL color Cylindrical-coordinate representation of color #25427A: hue angle of 219.53º degrees, saturation: 0.53, 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 #25427A is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 66 122 -
CMYK 0.70 0.46 0 0.52
HSL 219.53º 0.53% 0.31% -
HSV(B) 219.53º 0.7% 0.48% -
XYZ 6.22 5.69 19.18 -
YUV 63.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 37 66 122 0.70 0.46 0 0.52 219.53 0.53 0.31
Hex 25 42 7A 46 2E 0 34 DC 35 1F
Octal 45 102 172 106 56 0 64 334 65 37
Binary 100101 1000010 1111010 1000110 101110 0 110100 11011100 110101 11111

Color Harmonies of #25427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25427A

Black with #25427A

Text Example


Text Example

White with #25427A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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