Html Css Color HEX #25437C Resolution Blue

📋 copy color: '#25437C'

red 37 ◦ green 67 ◦ blue 124

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

Shades of Resolution Blue #25437C

Tints of Resolution Blue #25437C

RGB

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

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

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

R = 16.23%
G = 29.39%
B = 54.39%

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

#25437C (or 0x25437C) is known color: Resolution Blue. HEX triplet: 25, 43 and 7C. RGB value is (37,67,124). Sum of RGB (Red+Green+Blue) = 37+67+124=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #25437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25437C is #DABC83. Grayscale: #404040. Windows color (decimal): -14335108 or 8143653. OLE color: 8143653.

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

Color convert

RGB 37 67 124 -
CMYK 0.70 0.46 0 0.51
HSL 219.31º 0.54% 0.32% -
HSV(B) 219.31º 0.7% 0.49% -
XYZ 6.41 5.86 19.86 -
YUV 64.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 37 67 124 0.70 0.46 0 0.51 219.31 0.54 0.32
Hex 25 43 7C 46 2E 0 33 DB 36 20
Octal 45 103 174 106 56 0 63 333 66 40
Binary 100101 1000011 1111100 1000110 101110 0 110011 11011011 110110 100000

Color Harmonies of #25437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25437C

Black with #25437C

Text Example


Text Example

White with #25437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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