Html Css Color HEX #25437D Resolution Blue

📋 copy color: '#25437D'

red 37 ◦ green 67 ◦ blue 125

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

Shades of Resolution Blue #25437D

Tints of Resolution Blue #25437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.26%

 BLUE value IS 125 (49.22% from 255) = 54.59%

R = 16.16%
G = 29.26%
B = 54.59%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25437D (or 0x25437D) is known color: Resolution Blue. HEX triplet: 25, 43 and 7D. RGB value is (37,67,125). Sum of RGB (Red+Green+Blue) = 37+67+125=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #25437D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25437D is #DABC82. Grayscale: #404040. Windows color (decimal): -14335107 or 8209189. OLE color: 8209189.

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

Color convert

RGB 37 67 125 -
CMYK 0.70 0.46 0 0.51
HSL 219.55º 0.54% 0.32% -
HSV(B) 219.55º 0.7% 0.49% -
XYZ 6.47 5.89 20.2 -
YUV 64.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 37 67 125 0.70 0.46 0 0.51 219.55 0.54 0.32
Hex 25 43 7D 46 2E 0 33 DC 36 20
Octal 45 103 175 106 56 0 63 334 66 40
Binary 100101 1000011 1111101 1000110 101110 0 110011 11011100 110110 100000

Color Harmonies of #25437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25437D

Black with #25437D

Text Example


Text Example

White with #25437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25437D; }

 p { color: rgb(37,67,125); }

 H1.HeaderClassName
 {
   color: #25437D;
 }
 .AnyTagClassName
 {
   color: #25437D;
 }
</style>

background-color css

<style>
 a { background-color: #25437D; }

 a { background-color: rgb(37,67,125); }

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

border-color css

<style>
 span { border-color: #25437D; }

 span { border-color: rgb(37,67,125); }

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