Html Css Color HEX #31447C Resolution Blue

📋 copy color: '#31447C'

red 49 ◦ green 68 ◦ blue 124

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

Shades of Resolution Blue #31447C

Tints of Resolution Blue #31447C

RGB

 RED value IS 49 (19.53% from 255) = 20.33%

 GREEN value IS 68 (26.95% from 255) = 28.22%

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

R = 20.33%
G = 28.22%
B = 51.45%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31447C (or 0x31447C) is known color: Resolution Blue. HEX triplet: 31, 44 and 7C. RGB value is (49,68,124). Sum of RGB (Red+Green+Blue) = 49+68+124=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #31447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31447C is #CEBB83. Grayscale: #444444. Windows color (decimal): -13548420 or 8143921. OLE color: 8143921.

HSL color Cylindrical-coordinate representation of color #31447C: hue angle of 224.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31447C is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 68 124 -
CMYK 0.60 0.45 0 0.51
HSL 224.8º 0.43% 0.34% -
HSV(B) 224.8º 0.6% 0.49% -
XYZ 6.97 6.24 19.91 -
YUV 68.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 49 68 124 0.60 0.45 0 0.51 224.8 0.43 0.34
Hex 31 44 7C 3C 2D 0 33 E1 2B 22
Octal 61 104 174 74 55 0 63 341 53 42
Binary 110001 1000100 1111100 111100 101101 0 110011 11100001 101011 100010

Color Harmonies of #31447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31447C

Black with #31447C

Text Example


Text Example

White with #31447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,68,124); }

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

background-color css

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

 a { background-color: rgb(49,68,124); }

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

border-color css

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

 span { border-color: rgb(49,68,124); }

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