Html Css Color HEX #25427B Resolution Blue

📋 copy color: '#25427B'

red 37 ◦ green 66 ◦ blue 123

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

Shades of Resolution Blue #25427B

Tints of Resolution Blue #25427B

RGB

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

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

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

R = 16.37%
G = 29.2%
B = 54.42%

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

#25427B (or 0x25427B) is known color: Resolution Blue. HEX triplet: 25, 42 and 7B. RGB value is (37,66,123). Sum of RGB (Red+Green+Blue) = 37+66+123=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #25427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25427B is #DABD84. Grayscale: #3F3F3F. Windows color (decimal): -14335365 or 8077861. OLE color: 8077861.

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

Color convert

RGB 37 66 123 -
CMYK 0.70 0.46 0 0.52
HSL 219.77º 0.54% 0.31% -
HSV(B) 219.77º 0.7% 0.48% -
XYZ 6.29 5.72 19.51 -
YUV 63.83 161.39 108.87 -
System Red Green Blue C M Y K H S L
Decimal 37 66 123 0.70 0.46 0 0.52 219.77 0.54 0.31
Hex 25 42 7B 46 2E 0 34 DC 36 1F
Octal 45 102 173 106 56 0 64 334 66 37
Binary 100101 1000010 1111011 1000110 101110 0 110100 11011100 110110 11111

Color Harmonies of #25427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25427B

Black with #25427B

Text Example


Text Example

White with #25427B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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